Re: [html-tests] WIP: SharedArrayBuffer structured cloning tests (#5003)

Tests are nearing completion (and running ahead of the spec a bit). The history/IDB/Notification tests have caught crash bugs in Chrome. In Firefox they are using TypeErrors instead of "DataCloneError" DOMExceptions, which seem more appropriate to me.

Note that a new test reveals that both Firefox and Chrome use similar-origin, not same-origin or same-origin-domain, for agent clusters. This is as specced.

This revealed that we'll need to do some spec work for messageerror in service workers, as noted in https://github.com/whatwg/html/pull/2530#issuecomment-294625506 .

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

Received on Tuesday, 18 April 2017 00:46:51 UTC