mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
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:
parent
1c6fb1a7ba
commit
85823edd01
2373 changed files with 20988 additions and 4309 deletions
|
@ -0,0 +1,3 @@
|
|||
[broadcastchannel.window.html]
|
||||
[Ensure that open broadcastchannel does not block bfcache.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[dedicatedworker.tentative.window.html]
|
||||
[BroadcastChannel messages dispatched to dedicated worker in bfcache should be queued.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[evict-on-message.tentative.window.html]
|
||||
[BroadcastChannel message while in bfcache should evict the entry.]
|
||||
expected: FAIL
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[module-delayed.html]
|
||||
[async document.write in a module]
|
||||
expected: FAIL
|
3
tests/wpt/meta/html/webappapis/update-rendering/child-document-raf-order.html.ini
vendored
Normal file
3
tests/wpt/meta/html/webappapis/update-rendering/child-document-raf-order.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[child-document-raf-order.html]
|
||||
[Ordering of steps in "Update the Rendering" - child document requestAnimationFrame order]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue