author | moz-wptsync-bot <wptsync@mozilla.com> |
Thu, 31 May 2018 20:00:56 +0000 | |
changeset 422251 | ba86bff89ba46be04afa3807fc25cd63338f30d3 |
parent 422250 | afbc5459b7badb33b629464376dcb975cbeaf35a |
child 422252 | f22694f50ea63ce55c018dd0a56f38da6f7364af |
push id | 34122 |
push user | ebalazs@mozilla.com |
push date | Mon, 11 Jun 2018 09:37:00 +0000 |
treeherder | mozilla-central@9941eb8c3b29 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1465551, 11252 |
milestone | 62.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
|
--- a/testing/web-platform/meta/dom/interfaces.html.ini +++ b/testing/web-platform/meta/dom/interfaces.html.ini @@ -82,11 +82,23 @@ expected: FAIL [Range interface: existence and properties of interface object] expected: FAIL [Range interface: existence and properties of interface prototype object] expected: FAIL - [Test driver] + [Event interface: attribute returnValue] + expected: FAIL + + [Event interface: document.createEvent("Event") must inherit property "returnValue" with the proper type] expected: FAIL + [Event interface: new Event("foo") must inherit property "returnValue" with the proper type] + expected: FAIL + + [Event interface: new CustomEvent("foo") must inherit property "returnValue" with the proper type] + expected: FAIL + + [AbortSignal interface: new AbortController().signal must inherit property "onabort" with the proper type] + expected: FAIL +