Update web-platform-tests to revision b'8f3f629756d7351867a8be36d5f217608b9adc61' (#35065)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-01-19 02:36:07 +01:00 committed by GitHub
parent f57ceeb3b4
commit 9306f575c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1779 changed files with 28718 additions and 15792 deletions

View file

@ -0,0 +1,3 @@
[navigation-unload-same-origin.window.html]
[Same-origin navigation started from unload handler must be ignored]
expected: FAIL

View file

@ -1,3 +0,0 @@
[same-document-refresh.html]
[Same-Document Referrer from Refresh]
expected: FAIL

View file

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

View file

@ -0,0 +1,10 @@
[reporting-subresource-corp.tentative.https.html]
expected: ERROR
[[document\] blocked due to DIP]
expected: FAIL
[[document\] blocked during redirect]
expected: FAIL
[destination: script]
expected: FAIL

View file

@ -8148,3 +8148,9 @@
[HTMLElement interface: calling togglePopover(optional (TogglePopoverOptions or boolean)) on document.createElement("noscript") with too few arguments must throw TypeError]
expected: FAIL
[HTMLDialogElement interface: attribute closedBy]
expected: FAIL
[HTMLDialogElement interface: operation requestClose(optional DOMString)]
expected: FAIL

View file

@ -0,0 +1,2 @@
[details-summary-display-inline-002.html]
expected: FAIL

View file

@ -1,3 +1,4 @@
[iframe_sandbox_popups_escaping-1.html]
expected: CRASH
[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-3.html]
expected: TIMEOUT
expected: CRASH
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL

View file

@ -181,3 +181,6 @@
[text/plain: 0x00 in value (formdata event)]
expected: FAIL
[text/plain: non-ASCII in filename (formdata event)]
expected: FAIL

View file

@ -13,3 +13,6 @@
[Disconnected document fragments can serve as radio group containers.]
expected: FAIL
[Appending input radio input into a disconnect form should update the other radio inputs in the same radio group.]
expected: FAIL

View file

@ -1,3 +1,3 @@
[button-type-reset-popovertarget.tentative.html]
[button-type-reset-popovertarget.html]
[Button type=reset and type=submit should not run popover algorithms when in a form.]
expected: FAIL

View file

@ -1,4 +1,4 @@
[popover-types-with-hints.tentative.html]
[popover-types-with-hints.html]
[manuals do not close popovers]
expected: FAIL
@ -8,7 +8,7 @@
[hint is not closed by pre-existing auto]
expected: FAIL
[If a popover=hint is shown, it should hide any other open popover=hint popovers, including ancestral popovers. (You can't nest popover=hint)]
[You can nest hint popovers]
expected: FAIL
[If a popover=auto is shown, it should hide any open popover=hint, including if the popover=hint is an ancestral popover of the popover=auto. (You can't nest a popover=auto inside a popover=hint)]
@ -17,11 +17,5 @@
[If you: a) show a popover=auto (call it D), then b) show a descendent popover=hint of D (call it T), then c) hide D, then T should be hidden. (A popover=hint can be nested inside a popover=auto)]
expected: FAIL
[If you: a) show a popover=auto (call it D), then b) show a non-descendent popover=hint of D (call it T), then c) hide D, then T should be left showing. (Non-nested popover=hint can stay open when unrelated popover=autos are hidden)]
expected: FAIL
[You can nest hint popovers]
expected: FAIL
[If you: a) show a popover=auto (call it D), then b) show a non-descendent popover=hint of D (call it T), then c) hide D, then T should be hidden. (Non-nested popover=hint gets hidden when unrelated popover=autos are hidden)]
expected: FAIL