mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Update web-platform-tests to revision b'a85f0dfe538b9cb894388a65dba7a2a21db050c7' (#30879)
This commit is contained in:
parent
e4aed3d06a
commit
5c8fc7309d
917 changed files with 30677 additions and 3146 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue