Update web-platform-tests to revision b'4c3d068f942231dc905ea283e4f82bd70801c37c' (#33461)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-09-15 03:26:41 +02:00 committed by GitHub
parent ed908f3fd4
commit 9f2306f760
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
492 changed files with 15354 additions and 4777 deletions

View file

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

View file

@ -775,3 +775,27 @@
[opened <details> content shown ("<div><details open><summary>abc</summary>123")]
expected: FAIL
[Whitespace around inline-flex should not be collapsed ("<div>abc <span style='display:inline-flex'></span> def")]
expected: FAIL
[Trailing space at end of inline-flex should be collapsed ("<div>abc <span style='display:inline-flex'> def </span> ghi")]
expected: FAIL
[Whitespace around inline-grid should not be collapsed ("<div>abc <span style='display:inline-grid'></span> def")]
expected: FAIL
[Trailing space at end of grid-flex should be collapsed ("<div>abc <span style='display:inline-grid'> def </span> ghi")]
expected: FAIL
[Whitespace between inline-flex and block should be collapsed ("<div><span style='inline-flex'></span> <div>abc</div>")]
expected: FAIL
[Whitespace between inline-grid and block should be collapsed ("<div><span style='inline-grid'></span> <div>abc</div>")]
expected: FAIL
[Leading/trailing space removal at display:inline-flex boundary ("<div>123<span style='display:inline-flex'> abc </span>def")]
expected: FAIL
[Leading/trailing space removal at display:inline-grid boundary ("<div>123<span style='display:inline-grid'> abc </span>def")]
expected: FAIL

View file

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

View file

@ -0,0 +1,2 @@
[image-loading-lazy-subframe-detached-crash.html]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[reparent-form-during-planned-navigation-task.html]
expected: TIMEOUT
[reparent-form-during-planned-navigation-task]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[disabled-003.html]
expected: CRASH

View file

@ -43,3 +43,6 @@
[handling of insertion of elements into group]
expected: FAIL
[basic handling of mutually exclusive details when the element isn't connected]
expected: FAIL

View file

@ -0,0 +1,31 @@
[imperative-invokers.tentative.html]
expected: ERROR
[normal opening]
expected: FAIL
[showPopover(unrelated)]
expected: NOTRUN
[showPopover(popover)]
expected: NOTRUN
[showPopover(contained)]
expected: NOTRUN
[togglePopover(true)]
expected: NOTRUN
[togglePopover({force})]
expected: NOTRUN
[togglePopover(unrelated)]
expected: NOTRUN
[togglePopover(popover)]
expected: NOTRUN
[togglePopover({force, popover})]
expected: NOTRUN
[null isn't a valid Element]
expected: NOTRUN