mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Update web-platform-tests to revision b'86de4ffa4e439098e05f05de7d8cae1c24ff84fb' (#32200)
Co-authored-by: Servo WPT Sync <josh+wptsync@joshmatthews.net>
This commit is contained in:
parent
6065abcb6b
commit
eb7484de5e
893 changed files with 44893 additions and 6623 deletions
|
@ -0,0 +1,62 @@
|
|||
[observable-every.any.worker.html]
|
||||
[every(): Promise resolves to true if all values pass the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Promise resolves to false if any value fails the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Abort the subscription to the source if the predicate does not pass]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Lifecycle checks when all values pass the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Lifecycle checks when any value fails the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Resolves with true if the observable completes without emitting a value]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Rejects with any error emitted from the source observable]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Rejects with any error thrown from the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Index is passed into the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Rejects with a DOMException if the source Observable is aborted]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-every.any.html]
|
||||
[every(): Promise resolves to true if all values pass the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Promise resolves to false if any value fails the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Abort the subscription to the source if the predicate does not pass]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Lifecycle checks when all values pass the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Lifecycle checks when any value fails the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Resolves with true if the observable completes without emitting a value]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Rejects with any error emitted from the source observable]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Rejects with any error thrown from the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Index is passed into the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Rejects with a DOMException if the source Observable is aborted]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue