Re: [html-tests][workers-tests] Update tests for NavigatorID (#3881)

In http://w3c-test.org/submissions/3881/html/webappapis/system-state-and-capabilities/the-navigator-object/NavigatorID.worker, these tests fail:
 * Chrome 55: `appCodeName` and `product`
 * Edge 14: `product`, `productSub`, `vendor` and `vendorSub`
 * Firefox 51:  `appCodeName` and `product`
 * Safari 10:  `appCodeName`, `product`, `productSub`, `vendor` and `vendorSub`

Inverted:
* `appCodeName`: all except Edge fail
* `product`: all fail
* `productSub`, `vendor` and `vendorSub`: Edge and Safari fail

Edit: The PR has changed since, the above will not reproduce.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/3881#issuecomment-251952047

Received on Thursday, 6 October 2016 13:12:11 UTC