Update web-platform-tests to revision b'4e3b5de2eb8218cf18a1674618994efeb96e2cc0' (#32717)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-07-07 03:23:54 -04:00 committed by GitHub
parent 141a594e23
commit 816359583c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
575 changed files with 8637 additions and 2616 deletions

View file

@ -0,0 +1,3 @@
[traverse_the_history_5.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -0,0 +1,2 @@
[colr-glyph-composition.html]
expected: FAIL

View file

@ -1,4 +1,3 @@
[2d.composite.image.xor.html]
[OffscreenCanvas test: 2d.composite.image.xor]
expected: FAIL

View file

@ -1988,6 +1988,24 @@
[Element interface: operation getHTML(optional GetHTMLOptions)]
expected: FAIL
[Element interface: document.createElement("noscript") must inherit property "setHTMLUnsafe((TrustedHTML or DOMString))" with the proper type]
expected: FAIL
[Element interface: calling setHTMLUnsafe((TrustedHTML or DOMString)) on document.createElement("noscript") with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElement("noscript") must inherit property "innerHTML" with the proper type]
expected: FAIL
[Element interface: document.createElement("noscript") must inherit property "outerHTML" with the proper type]
expected: FAIL
[ShadowRoot interface: operation setHTMLUnsafe((TrustedHTML or DOMString))]
expected: FAIL
[Element interface: operation setHTMLUnsafe((TrustedHTML or DOMString))]
expected: FAIL
[idlharness.https.html?include=(Document|Window)]
[Document interface: documentWithHandlers must inherit property "queryCommandEnabled(DOMString)" with the proper type]
@ -2635,6 +2653,18 @@
[Document interface: calling parseHTMLUnsafe(HTMLString) on documentWithHandlers with too few arguments must throw TypeError]
expected: FAIL
[Document interface: operation parseHTMLUnsafe((TrustedHTML or DOMString))]
expected: FAIL
[Document interface: calling parseHTMLUnsafe((TrustedHTML or DOMString)) on iframe.contentDocument with too few arguments must throw TypeError]
expected: FAIL
[Document interface: calling parseHTMLUnsafe((TrustedHTML or DOMString)) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[Document interface: calling parseHTMLUnsafe((TrustedHTML or DOMString)) on documentWithHandlers with too few arguments must throw TypeError]
expected: FAIL
[idlharness.https.html?include=HTML.*]
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "align" with the proper type]
@ -4790,3 +4820,6 @@
[HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootSerializable" with the proper type]
expected: FAIL
[HTMLIFrameElement interface: document.createElement("iframe") must inherit property "srcdoc" with the proper type]
expected: FAIL

View file

@ -2,27 +2,9 @@
[page-created Error (structuredClone())]
expected: FAIL
[page-created Error (worker)]
expected: FAIL
[page-created Error (cross-site iframe)]
expected: FAIL
[page-created Error (same-origin iframe)]
expected: FAIL
[JS-engine-created TypeError (structuredClone())]
expected: FAIL
[JS-engine-created TypeError (worker)]
expected: FAIL
[JS-engine-created TypeError (cross-site iframe)]
expected: FAIL
[JS-engine-created TypeError (same-origin iframe)]
expected: FAIL
[web API-created TypeError (structuredClone())]
expected: FAIL

View file

@ -1,4 +1,3 @@
[no-cuechange-before-play.html]
expected: TIMEOUT
[Ensure that the 'cuechange' event is not fired before video playback has begun.]
expected: TIMEOUT
expected: FAIL

View file

@ -1,4 +1,4 @@
[iframe_sandbox_popups_escaping-2.html]
expected: CRASH
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: TIMEOUT

View file

@ -1,4 +1,4 @@
[iframe_sandbox_popups_nonescaping-2.html]
expected: CRASH
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL
expected: NOTRUN

View file

@ -1,3 +1,3 @@
[iframe_sandbox_popups_nonescaping-3.html]
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL
expected: NOTRUN

View file

@ -0,0 +1,4 @@
[reparent-form-during-planned-navigation-task.html]
expected: TIMEOUT
[reparent-form-during-planned-navigation-task]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[historical.html]
[<input name=isindex> should not be supported]
expected: FAIL