зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1622512 [wpt PR 22257] - Update wpt metadata, a=testonly
wpt-pr: 22257 wpt-type: metadata
This commit is contained in:
Родитель
f83c04bc83
Коммит
226409e2c4
|
@ -1,4 +1,6 @@
|
||||||
[idlharness.window.html]
|
[idlharness.window.html]
|
||||||
|
expected:
|
||||||
|
if debug and (os == "win") and not webrender and (processor == "x86_64"): ["OK", "CRASH"]
|
||||||
[HTMLIFrameElement interface: attribute csp]
|
[HTMLIFrameElement interface: attribute csp]
|
||||||
expected: FAIL
|
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]
|
[ShadowRoot interface: attribute onslotchange]
|
||||||
expected: FAIL
|
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]
|
[idlharness.https.window.html]
|
||||||
expected:
|
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]
|
[MediaStreamTrack interface: track must inherit property "isolated" with the proper type]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -60,5 +62,7 @@
|
||||||
|
|
||||||
[idl_test setup]
|
[idl_test setup]
|
||||||
expected:
|
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]
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче