author | Chris Nardi <christopherncarmel@hotmail.com> |
Sun, 17 Jun 2018 15:17:06 +0000 | |
changeset 424210 | 3331005343208f40d6e43eedbadb091f6f5ff3fd |
parent 424209 | e9b4837eefcf10185eae378b265dee440d7a85e9 |
child 424211 | e7eb49ccf4483669027e6ed9e98d446611a30a16 |
push id | 34201 |
push user | shindli@mozilla.com |
push date | Thu, 28 Jun 2018 21:54:04 +0000 |
treeherder | mozilla-central@8f49b2a0e003 [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'],