Update web-platform-tests to revision b'd9a5cc25fc5f520bde022cee67e9e6a6f0b588f9' (#31599)

This commit is contained in:
Servo WPT Sync 2024-03-10 00:11:24 -05:00 committed by GitHub
parent 9dff1fecfc
commit 60e4c1adb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
757 changed files with 21748 additions and 6394 deletions

View file

@ -0,0 +1,6 @@
[stylesheet-bad-mime-type.html]
['load' event does not fire at link@rel=stylesheet having non-empty resource with bad MIME type]
expected: FAIL
['load' event does not fire at link@rel=stylesheet having empty resource with bad MIME type]
expected: FAIL

View file

@ -1,8 +1,7 @@
[iframe_sandbox_navigation_download_allow_downloads.sub.tentative.html]
[iframe_sandbox_navigation_download_allow_downloads.sub.tentative.https.html]
expected: TIMEOUT
[Navigation resulted download in sandbox is allowed by allow-downloads.]
expected: FAIL
[Navigation resulted download in sandbox from <object> is allowed by allow-downloads.]
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: TIMEOUT
expected: FAIL

View file

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

View file

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

View file

@ -1,4 +1,4 @@
[iframe_sandbox_window_open_download_allow_downloads.tentative.html]
[iframe_sandbox_window_open_download_allow_downloads.tentative.https.html]
expected: TIMEOUT
[window.open(download, ) triggering download in sandbox is allowed by allow-downloads.]
expected: TIMEOUT

View file

@ -1,7 +1,4 @@
[sandbox-top-navigation-child-special-cases.tentative.sub.window.html]
[Allow top with user activation + user activation]
expected: FAIL
[sandbox-top-navigation-child-cross-origin.tentative.sub.window.html]
[A cross-origin frame with frame sandbox flags can navigate top]
expected: FAIL

View file

@ -0,0 +1,9 @@
[sandbox-top-navigation-cross-site.tentative.sub.window.html]
[A cross-site unsandboxed iframe navigation consumes user activation and disallows top-level navigation.]
expected: FAIL
[A same-site unsandboxed iframe navigation does not consume user activation and allows top-level navigation.]
expected: FAIL
[A same-site unsandboxed iframe navigation without sticky user activation does not allow top-level navigation.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[sandbox-top-navigation-user-activation.tentative.sub.window.html]
[Allow top with user activation + user activation]
expected: FAIL

View file

@ -0,0 +1,2 @@
[select-child-button-and-datalist-invalidation.tentative.html]
expected: TIMEOUT

View file

@ -0,0 +1,9 @@
[select-datalist-options-idl.tentative.html]
[Option elements should work if they are a descendant of a selects datalist.]
expected: FAIL
[Options in datalist should still work when the multiple attribute is added.]
expected: FAIL
[Options in datalist in multiple should work after re-parsing and re-attaching.]
expected: FAIL

View file

@ -16,3 +16,24 @@
[interestTargetElement throws error on assignment of non Element]
expected: FAIL
[interestAction reflects '' when attribute not present]
expected: FAIL
[interestAction reflects '' when attribute empty, setAttribute version]
expected: FAIL
[interestAction reflects '' when attribute empty, IDL setter version]
expected: FAIL
[interestAction reflects same casing]
expected: FAIL
[interestAction reflects '' when attribute set to [\]]
expected: FAIL
[interestAction reflects tostring value]
expected: FAIL
[interestAction reflects tostring value 2]
expected: FAIL

View file

@ -34,3 +34,12 @@
[invokeAction reflects same casing]
expected: FAIL
[invokeAction reflects '' when attribute not present]
expected: FAIL
[invokeAction reflects '' when attribute empty, setAttribute version]
expected: FAIL
[invokeAction reflects '' when attribute set to [\]]
expected: FAIL