Update web-platform-tests to revision b'a39b23cb150d1ca3eddf7f2097ffe792a5f911e5' (#31425)

This commit is contained in:
Servo WPT Sync 2024-02-25 01:16:30 -05:00 committed by GitHub
parent 0d4e4748c4
commit 32f1d07323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
409 changed files with 16860 additions and 3438 deletions

View file

@ -32,6 +32,15 @@
[takeUntil: notifier calls `Subscriber#error()` twice; second goes to global error handler]
expected: FAIL
[takeUntil: notifier next() unsubscribes from notifier]
expected: FAIL
[takeUntil: notifier error() unsubscribes from notifier]
expected: FAIL
[takeUntil: notifier throw Error unsubscribes from notifier]
expected: FAIL
[observable-takeUntil.any.worker.html]
[takeUntil subscribes to source Observable and mirrors it uninterrupted]
@ -66,3 +75,12 @@
[takeUntil: notifier calls `Subscriber#error()` twice; second goes to global error handler]
expected: FAIL
[takeUntil: notifier next() unsubscribes from notifier]
expected: FAIL
[takeUntil: notifier error() unsubscribes from notifier]
expected: FAIL
[takeUntil: notifier throw Error unsubscribes from notifier]
expected: FAIL