diff options
author | Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> | 2024-07-07 03:23:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-07 07:23:54 +0000 |
commit | 816359583c55ced698ed450d644d82a6d25213c9 (patch) | |
tree | 1c684eb7e1dcc11bd33d7a5c26251b38b3455a37 /tests/wpt/meta/html | |
parent | 141a594e236201acb44ca7cc42e2e653f4d55e7b (diff) | |
download | servo-816359583c55ced698ed450d644d82a6d25213c9.tar.gz servo-816359583c55ced698ed450d644d82a6d25213c9.zip |
Update web-platform-tests to revision b'4e3b5de2eb8218cf18a1674618994efeb96e2cc0' (#32717)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Diffstat (limited to 'tests/wpt/meta/html')
11 files changed, 50 insertions, 25 deletions
diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini new file mode 100644 index 00000000000..7a5fcb79165 --- /dev/null +++ b/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini @@ -0,0 +1,3 @@ +[traverse_the_history_5.html] + [Multiple history traversals, last would be aborted] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/element/compositing/colr-glyph-composition.html.ini b/tests/wpt/meta/html/canvas/element/compositing/colr-glyph-composition.html.ini new file mode 100644 index 00000000000..0392ac2ff3b --- /dev/null +++ b/tests/wpt/meta/html/canvas/element/compositing/colr-glyph-composition.html.ini @@ -0,0 +1,2 @@ +[colr-glyph-composition.html] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/compositing/2d.composite.image.xor.html.ini b/tests/wpt/meta/html/canvas/offscreen/compositing/2d.composite.image.xor.html.ini index d41764c974f..76403653b87 100644 --- a/tests/wpt/meta/html/canvas/offscreen/compositing/2d.composite.image.xor.html.ini +++ b/tests/wpt/meta/html/canvas/offscreen/compositing/2d.composite.image.xor.html.ini @@ -1,4 +1,3 @@ [2d.composite.image.xor.html] [OffscreenCanvas test: 2d.composite.image.xor] expected: FAIL - diff --git a/tests/wpt/meta/html/dom/idlharness.https.html.ini b/tests/wpt/meta/html/dom/idlharness.https.html.ini index e44555f85b9..ddfd998c546 100644 --- a/tests/wpt/meta/html/dom/idlharness.https.html.ini +++ b/tests/wpt/meta/html/dom/idlharness.https.html.ini @@ -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 diff --git a/tests/wpt/meta/html/infrastructure/safe-passing-of-structured-data/structured-cloning-error-stack-optional.sub.window.js.ini b/tests/wpt/meta/html/infrastructure/safe-passing-of-structured-data/structured-cloning-error-stack-optional.sub.window.js.ini index d7a63bb7cfb..9494d845f2c 100644 --- a/tests/wpt/meta/html/infrastructure/safe-passing-of-structured-data/structured-cloning-error-stack-optional.sub.window.js.ini +++ b/tests/wpt/meta/html/infrastructure/safe-passing-of-structured-data/structured-cloning-error-stack-optional.sub.window.js.ini @@ -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 diff --git a/tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/no-cuechange-before-play.html.ini b/tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/no-cuechange-before-play.html.ini index 246e55deb7e..4caf5931a11 100644 --- a/tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/no-cuechange-before-play.html.ini +++ b/tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/no-cuechange-before-play.html.ini @@ -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 diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-2.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-2.html.ini index 68203d2a082..26704422bbe 100644 --- a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-2.html.ini +++ b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-2.html.ini @@ -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 diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html.ini index 1ae1c2cc134..c6f1e5d7d84 100644 --- a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html.ini +++ b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html.ini @@ -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 diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-3.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-3.html.ini index ff6467094b8..ccdaf8d61b2 100644 --- a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-3.html.ini +++ b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-3.html.ini @@ -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 diff --git a/tests/wpt/meta/html/semantics/forms/form-submission-0/reparent-form-during-planned-navigation-task.html.ini b/tests/wpt/meta/html/semantics/forms/form-submission-0/reparent-form-during-planned-navigation-task.html.ini new file mode 100644 index 00000000000..7682a4830bf --- /dev/null +++ b/tests/wpt/meta/html/semantics/forms/form-submission-0/reparent-form-during-planned-navigation-task.html.ini @@ -0,0 +1,4 @@ +[reparent-form-during-planned-navigation-task.html] + expected: TIMEOUT + [reparent-form-during-planned-navigation-task] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/semantics/forms/historical.html.ini b/tests/wpt/meta/html/semantics/forms/historical.html.ini new file mode 100644 index 00000000000..5d8289307cc --- /dev/null +++ b/tests/wpt/meta/html/semantics/forms/historical.html.ini @@ -0,0 +1,3 @@ +[historical.html] + [<input name=isindex> should not be supported] + expected: FAIL |