Bug 1622512 [wpt PR 22257] - Update wpt metadata, a=testonly

wpt-pr: 22257
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2020-04-27 21:26:15 +00:00
Родитель f83c04bc83
Коммит 226409e2c4
4 изменённых файлов: 85 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,6 @@
[idlharness.window.html]
expected:
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["OK", "CRASH"]
[HTMLIFrameElement interface: attribute csp]
expected: FAIL

Просмотреть файл

@ -0,0 +1,32 @@
[idlharness.any.worker.html]
[Event interface: new CustomEvent("foo") must inherit property "isTrusted" with the proper type]
expected: FAIL
[Event interface: new Event("foo") must inherit property "isTrusted" with the proper type]
expected: FAIL
[Event interface: attribute isTrusted]
expected: FAIL
[idlharness.any.sharedworker.html]
[Event interface: new CustomEvent("foo") must inherit property "isTrusted" with the proper type]
expected: FAIL
[Event interface: new Event("foo") must inherit property "isTrusted" with the proper type]
expected: FAIL
[Event interface: attribute isTrusted]
expected: FAIL
[idlharness.any.serviceworker.html]
[Event interface: new CustomEvent("foo") must inherit property "isTrusted" with the proper type]
expected: FAIL
[Event interface: new Event("foo") must inherit property "isTrusted" with the proper type]
expected: FAIL
[Event interface: attribute isTrusted]
expected: FAIL

Просмотреть файл

@ -7,3 +7,48 @@
[ShadowRoot interface: attribute onslotchange]
expected: FAIL
[Element interface: element must inherit property "replaceChildren((Node or DOMString)...)" with the proper type]
expected: FAIL
[Event interface: new Event("foo") must inherit property "isTrusted" with the proper type]
expected: FAIL
[Document interface: calling replaceChildren((Node or DOMString)...) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL
[Event interface: new CustomEvent("foo") must inherit property "isTrusted" with the proper type]
expected: FAIL
[Event interface: attribute isTrusted]
expected: FAIL
[Event interface: document.createEvent("Event") must inherit property "isTrusted" with the proper type]
expected: FAIL
[Document interface: calling replaceChildren((Node or DOMString)...) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[DocumentFragment interface: document.createDocumentFragment() must inherit property "replaceChildren((Node or DOMString)...)" with the proper type]
expected: FAIL
[DocumentFragment interface: operation replaceChildren((Node or DOMString)...)]
expected: FAIL
[Element interface: operation replaceChildren((Node or DOMString)...)]
expected: FAIL
[Document interface: operation replaceChildren((Node or DOMString)...)]
expected: FAIL
[Element interface: calling replaceChildren((Node or DOMString)...) on element with too few arguments must throw TypeError]
expected: FAIL
[Document interface: new Document() must inherit property "replaceChildren((Node or DOMString)...)" with the proper type]
expected: FAIL
[DocumentFragment interface: calling replaceChildren((Node or DOMString)...) on document.createDocumentFragment() with too few arguments must throw TypeError]
expected: FAIL
[Document interface: xmlDoc must inherit property "replaceChildren((Node or DOMString)...)" with the proper type]
expected: FAIL

Просмотреть файл

@ -1,6 +1,8 @@
[idlharness.https.window.html]
expected:
if (os == "win") and not debug: TIMEOUT
if not debug and (os == "linux") and not webrender: [OK, TIMEOUT]
if not debug and (os == "win") and (processor == "x86"): [OK, TIMEOUT]
if not debug and (os == "win") and (processor == "x86_64"): TIMEOUT
[MediaStreamTrack interface: track must inherit property "isolated" with the proper type]
expected: FAIL
@ -60,5 +62,7 @@
[idl_test setup]
expected:
if (os == "win") and not debug: TIMEOUT
if not debug and (os == "linux") and not webrender: [PASS, TIMEOUT]
if not debug and (os == "win") and (processor == "x86_64"): TIMEOUT
if not debug and (os == "win") and (processor == "x86"): [PASS, TIMEOUT]