Update web-platform-tests to revision b'd2f2efe271ae2fa661c52ed2fe8564e21ad4036f' (#34115)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-11-03 02:33:12 +01:00 committed by GitHub
parent 0759dde11b
commit b22c0771be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1737 changed files with 45436 additions and 16168 deletions

View file

@ -30,3 +30,7 @@
[AbortSignal timeouts fire in order]
expected: FAIL
[AbortSignal.any.shadowrealm.html]
expected: ERROR

View file

@ -96,3 +96,7 @@
[AbortController.signal.reason returns the same DOMException]
expected: FAIL
[event.any.shadowrealm.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[timeout-shadowrealm.any.shadowrealm.html]
expected: ERROR

View file

@ -0,0 +1,20 @@
[timeout.any.html]
[AbortSignal.timeout() returns a non-aborted signal]
expected: FAIL
[Signal returned by AbortSignal.timeout() times out]
expected: FAIL
[AbortSignal timeouts fire in order]
expected: FAIL
[timeout.any.worker.html]
[AbortSignal.timeout() returns a non-aborted signal]
expected: FAIL
[Signal returned by AbortSignal.timeout() times out]
expected: FAIL
[AbortSignal timeouts fire in order]
expected: FAIL

View file

@ -0,0 +1,15 @@
[focus-within.html]
[focus-within should be updated when reparenting focused element directly]
expected: FAIL
[focus-within should be updated when reparenting an element that has focus within]
expected: FAIL
[focus-within should remain the same when moving to the same parent]
expected: FAIL
[:focus-within should be eventually up to date when moving to an inert subtree]
expected: FAIL
[:focus-within should be eventually up to date when moving to a subtree that would become inert via style]
expected: FAIL