author | Michael[tm] Smith <mike@w3.org> |
Wed, 26 Sep 2018 10:47:08 +0000 | |
changeset 438480 | 8a09253fc18d43c618301a644ce7a5bb0bc1452a |
parent 438479 | 2bda1b8f456cc763a69138f6939a36fe9377a797 |
child 438481 | 007fba11b3735003e191696224909fd837168384 |
push id | 108320 |
push user | wptsync@mozilla.com |
push date | Thu, 27 Sep 2018 09:58:16 +0000 |
treeherder | mozilla-inbound@541b5d1ac630 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1493460, 13172 |
milestone | 64.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/tests/html/dom/interfaces.https.html | file | annotate | diff | comparison | revisions |
--- a/testing/web-platform/tests/html/dom/interfaces.https.html +++ b/testing/web-platform/tests/html/dom/interfaces.https.html @@ -32,17 +32,17 @@ function createInput(type) { input.type = type; return input; } const waitForLoad = new Promise(resolve => { addEventListener('load', resolve); }) idl_test( ['html'], - ['SVG', 'cssom', 'touchevents', 'uievents', 'dom'], + ['SVG', 'cssom', 'touch-events', 'uievents', 'dom'], async idlArray => { idlArray.add_objects({ NodeList: ['document.getElementsByName("name")'], HTMLAllCollection: ['document.all'], HTMLFormControlsCollection: ['document.createElement("form").elements'], RadioNodeList: [], HTMLOptionsCollection: ['document.createElement("select").options'], DOMStringMap: ['document.head.dataset'],