mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Update web-platform-tests to revision b'a39b23cb150d1ca3eddf7f2097ffe792a5f911e5' (#31425)
This commit is contained in:
parent
0d4e4748c4
commit
32f1d07323
409 changed files with 16860 additions and 3438 deletions
|
@ -0,0 +1,32 @@
|
|||
[observable-take.any.worker.html]
|
||||
[take(): Takes the first N values from the source observable, then completes]
|
||||
expected: FAIL
|
||||
|
||||
[take(): Forwards complete()s that happen before the take count is met, and unsubscribes from source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[take(): Should forward errors from the source observable]
|
||||
expected: FAIL
|
||||
|
||||
[take(): take(0) should not subscribe to the source observable, and should return an observable that immediately completes]
|
||||
expected: FAIL
|
||||
|
||||
[take(): Negative count is treated as maximum value]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-take.any.html]
|
||||
[take(): Takes the first N values from the source observable, then completes]
|
||||
expected: FAIL
|
||||
|
||||
[take(): Forwards complete()s that happen before the take count is met, and unsubscribes from source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[take(): Should forward errors from the source observable]
|
||||
expected: FAIL
|
||||
|
||||
[take(): take(0) should not subscribe to the source observable, and should return an observable that immediately completes]
|
||||
expected: FAIL
|
||||
|
||||
[take(): Negative count is treated as maximum value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue