author | Chris Nardi <christopherncarmel@hotmail.com> |
Sun, 17 Jun 2018 15:17:06 +0000 | |
changeset 423989 | cfdc0066db98dca2ca7906306dec82570ab551b5 |
parent 423988 | 16fd85bc9879021be1995efdba45ca1742f55aee |
child 423990 | 3ae673157cb4b01eea9a119db3714bd0093b1f03 |
push id | 104729 |
push user | james@hoppipolla.co.uk |
push date | Wed, 27 Jun 2018 23:29:57 +0000 |
treeherder | mozilla-inbound@7c351d6f780f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1466195, 11305, 11280 |
milestone | 63.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/web-platform/meta/MANIFEST.json | file | annotate | diff | comparison | revisions | |
testing/web-platform/tests/dom/interfaces.html | file | annotate | diff | comparison | revisions |
--- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -560468,17 +560468,17 @@ "291d078c4424d0491aeab7524d350eab7304f989", "testharness" ], "dom/interface-objects.html": [ "05963c8b0a839f3e07b5478d99fc034e4654b515", "testharness" ], "dom/interfaces.html": [ - "fc05c0e670c2b7ca72a958dc05dd34ffcaadadf5", + "5053c2d407ac6261313df3f9d9699f08e9f89d4d", "testharness" ], "dom/lists/DOMTokenList-Iterable.html": [ "17630a28cb89baf746841d8cd9d61370b6183f63", "testharness" ], "dom/lists/DOMTokenList-coverage-for-attributes.html": [ "d6cfd9d336f8933c0080126864bbb465bfff2ced",
--- a/testing/web-platform/tests/dom/interfaces.html +++ b/testing/web-platform/tests/dom/interfaces.html @@ -14,18 +14,18 @@ var xmlDoc = document.implementation.cre var detachedRange = document.createRange(); detachedRange.detach(); var element = xmlDoc.createElementNS(null, "test"); element.setAttribute("bar", "baz"); var idlArray = new IdlArray(); function doTest([html, dom]) { + idlArray.add_idls(dom); idlArray.add_dependency_idls(html); - idlArray.add_idls(dom); idlArray.add_objects({ EventTarget: ['new EventTarget()'], Event: ['document.createEvent("Event")', 'new Event("foo")'], CustomEvent: ['new CustomEvent("foo")'], AbortController: ['new AbortController()'], AbortSignal: ['new AbortController().signal'], Document: ['new Document()'], XMLDocument: ['xmlDoc'],