Re: [html-tests] Fix TrackEvent constuctor test (#3999)

cc @foolip 
Looking back at this test, the fix is still right but I think at this point this and probably all the other interface tests in the [html/semantics/embedded-content/media-elements/interfaces](https://github.com/w3c/web-platform-tests/tree/master/html/semantics/embedded-content/media-elements/interfaces subtree) are just duplicating the [idlharness.js](https://github.com/w3c/testharness.js/blob/master/idlharness.js)-based tests we have in the [html/dom/interfaces.html](https://github.com/w3c/web-platform-tests/blob/master/html/dom/interfaces.html) file.

Given that the preferred way to test WebIDL conformance for implementations of interfaces is using [idlharness.js](https://github.com/w3c/testharness.js/blob/master/idlharness.js)-based tests, somebody should audit the tests in [html/semantics/embedded-content/media-elements/interfaces](https://github.com/w3c/web-platform-tests/tree/master/html/semantics/embedded-content/media-elements/interfaces subtree) to identify and remove any that are just duplicating what’s already covered in [html/dom/interfaces.html](https://github.com/w3c/web-platform-tests/blob/master/html/dom/interfaces.html).

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

Received on Tuesday, 18 October 2016 06:11:38 UTC