Update web-platform-tests to revision b'f3dd9cba239a9655951ee62ec4dafc8fe37df2c5' (#32774)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-07-14 05:16:30 -04:00 committed by GitHub
parent 3118542a9e
commit 968474a9fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
513 changed files with 26700 additions and 3186 deletions

View file

@ -110,6 +110,15 @@
[Subscriber#error() value is stored as Subscriber's AbortSignal's reason]
expected: FAIL
[Teardowns are called in upstream->downstream order on consumer-initiated unsubscription]
expected: FAIL
[Teardowns are called in downstream->upstream order on consumer-initiated unsubscription with pre-aborted Signal]
expected: FAIL
[Producer-initiated unsubscription in a downstream Observable fires abort events before each teardown, in downstream->upstream order]
expected: FAIL
[observable-constructor.any.html]
[Observable constructor]
@ -222,3 +231,12 @@
[Subscriber#error() value is stored as Subscriber's AbortSignal's reason]
expected: FAIL
[Teardowns are called in upstream->downstream order on consumer-initiated unsubscription]
expected: FAIL
[Teardowns are called in downstream->upstream order on consumer-initiated unsubscription with pre-aborted Signal]
expected: FAIL
[Producer-initiated unsubscription in a downstream Observable fires abort events before each teardown, in downstream->upstream order]
expected: FAIL