Update web-platform-tests to revision b'a85f0dfe538b9cb894388a65dba7a2a21db050c7' (#30879)

This commit is contained in:
Servo WPT Sync 2023-12-17 06:15:38 -05:00 committed by GitHub
parent e4aed3d06a
commit 5c8fc7309d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
917 changed files with 30677 additions and 3146 deletions

View file

@ -89,6 +89,9 @@
[Teardowns should be called synchronously during addTeardown() if the subscription is inactive]
expected: FAIL
[Subscribe with just a function as the next handler]
expected: FAIL
[observable-constructor.any.html]
[Observable constructor]
@ -180,3 +183,6 @@
[Teardowns should be called synchronously during addTeardown() if the subscription is inactive]
expected: FAIL
[Subscribe with just a function as the next handler]
expected: FAIL

View file

@ -7,3 +7,6 @@
[Cannot subscribe to an Observable in a detached document]
expected: FAIL
[Observable from EventTarget does not get notified for events in detached documents]
expected: FAIL

View file

@ -0,0 +1,20 @@
[observable-event-target.any.worker.html]
[EventTarget.on() returns an Observable]
expected: FAIL
[Aborting the subscription should stop the emission of events]
expected: FAIL
[EventTarget Observables can multicast subscriptions for event handling]
expected: FAIL
[observable-event-target.any.html]
[EventTarget.on() returns an Observable]
expected: FAIL
[Aborting the subscription should stop the emission of events]
expected: FAIL
[EventTarget Observables can multicast subscriptions for event handling]
expected: FAIL