Update web-platform-tests to revision b'ec9b870fec350e59e9db48ae2858e914a07f38d6' (#33359)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-09-08 03:41:09 +02:00 committed by GitHub
parent 1c6fb1a7ba
commit 85823edd01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2373 changed files with 20988 additions and 4309 deletions

View file

@ -0,0 +1,3 @@
[broadcastchannel.window.html]
[Ensure that open broadcastchannel does not block bfcache.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[dedicatedworker.tentative.window.html]
[BroadcastChannel messages dispatched to dedicated worker in bfcache should be queued.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[evict-on-message.tentative.window.html]
[BroadcastChannel message while in bfcache should evict the entry.]
expected: FAIL

View file

@ -1,5 +1,5 @@
[createImageBitmap-invalid-args.html]
expected: TIMEOUT
expected: ERROR
[createImageBitmap with a vector HTMLImageElement source and sw set to 0]
expected: FAIL

View file

@ -760,3 +760,18 @@
[display:contents not processed via textContent ("<div><div style='display:contents'> ")]
expected: FAIL
[<object> contents ignored ("<div><object>abc")]
expected: FAIL
[2 blank lines around <p> even when display:block ("<div>123<p style='display:block'>abc")]
expected: FAIL
[2 blank lines around <p> even when display:inline-block ("<div>123<p style='display:inline-block'>abc")]
expected: FAIL
[unopened <details> ignored ("<div><details><summary>abc</summary>123")]
expected: FAIL
[opened <details> content shown ("<div><details open><summary>abc</summary>123")]
expected: FAIL

View file

@ -0,0 +1,3 @@
[iframe-loading-lazy-nav-location-replace-cross-origin.html]
[Navigating to a cross-origin for iframe loading='lazy' before it is loaded: location.replace]
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_escaping-3.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL
expected: TIMEOUT

View file

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

View file

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

View file

@ -7,3 +7,6 @@
[Check that rel=noopener with target=_parent does a normal load]
expected: FAIL
[Check that rel=noopener with target=_self does a normal load]
expected: FAIL

View file

@ -1,3 +0,0 @@
[module-delayed.html]
[async document.write in a module]
expected: FAIL

View file

@ -0,0 +1,3 @@
[child-document-raf-order.html]
[Ordering of steps in "Update the Rendering" - child document requestAnimationFrame order]
expected: FAIL