Update web-platform-tests to revision b'de61904887c13679551c32e5e3e70b4dc870c98a' (#35480)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-02-16 02:35:48 +01:00 committed by GitHub
parent b4f48c561b
commit 6d6070242b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
608 changed files with 18662 additions and 8348 deletions

View file

@ -119,6 +119,15 @@
[Producer-initiated unsubscription in a downstream Observable fires abort events before each teardown, in downstream->upstream order]
expected: FAIL
[Multiple subscriptions share the same producer and teardown runs only after last subscription abort]
expected: FAIL
[New subscription after complete creates new producer]
expected: FAIL
[Teardown runs after last unsubscribe regardless of unsubscription order]
expected: FAIL
[observable-constructor.any.html]
[Observable constructor]
@ -240,3 +249,12 @@
[Producer-initiated unsubscription in a downstream Observable fires abort events before each teardown, in downstream->upstream order]
expected: FAIL
[Multiple subscriptions share the same producer and teardown runs only after last subscription abort]
expected: FAIL
[New subscription after complete creates new producer]
expected: FAIL
[Teardown runs after last unsubscribe regardless of unsubscription order]
expected: FAIL

View file

@ -146,6 +146,12 @@
[Invalid iterator protocol error is surfaced before Subscriber#signal is consulted]
expected: FAIL
[from(): Asynchronous iterable multiple in-flight subscriptions]
expected: FAIL
[from(): Sync iterable multiple in-flight subscriptions]
expected: FAIL
[observable-from.any.html]
[from(): Observable.from() is a function]
@ -294,3 +300,9 @@
[Invalid iterator protocol error is surfaced before Subscriber#signal is consulted]
expected: FAIL
[from(): Asynchronous iterable multiple in-flight subscriptions]
expected: FAIL
[from(): Sync iterable multiple in-flight subscriptions]
expected: FAIL