Re: [html-tests] Add test coverage for the MessageEvent constructor (#3958)

LGTM. It might be nice to also test the frozenarray semantics, e.g. test that `msgEvent.ports === msgEvent.ports`, that `Object.isFrozen(msgEvent.ports)` is true, and that `Array.isArray(msgEvent.ports)` is true.

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

Received on Monday, 10 October 2016 21:54:39 UTC