Update web-platform-tests to revision b'38623a53d6598cb7aab4be8a810102b352a652df' (#34622)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-12-15 04:52:07 +01:00 committed by GitHub
parent a87a86f4f2
commit a37a9f68b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
671 changed files with 22362 additions and 3510 deletions

View file

@ -142,3 +142,15 @@
[No custom element callbacks are run during disconnected moveBefore()]
expected: FAIL
[moveBefore() CharacterData into a Document]
expected: FAIL
[Moving a node from a disconnected container to a disconnected new parent without a shared ancestor throws a HIERARCHY_REQUEST_ERR]
expected: FAIL
[Moving a node from a disconnected container to a disconnected new parent in the same tree succeeds]
expected: FAIL
[Moving a node from a disconnected container to a disconnected new parent in the same tree succeeds,also across shadow-roots]
expected: FAIL

View file

@ -20,6 +20,9 @@
[reduce(): Reject with an AbortError if the subscription is aborted before the source completes]
expected: FAIL
[reduce(): Reduces the values for different objects]
expected: FAIL
[observable-reduce.any.worker.html]
[reduce(): Reduces the values of the Observable, starting with the initial seed value]
@ -42,3 +45,6 @@
[reduce(): Reject with an AbortError if the subscription is aborted before the source completes]
expected: FAIL
[reduce(): Reduces the values for different objects]
expected: FAIL