mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +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,44 @@
|
|||
[observable-drop.any.worker.html]
|
||||
[drop(): Observable should skip the first n values from the source observable, then pass through the rest of the values and completion]
|
||||
expected: FAIL
|
||||
|
||||
[drop(): Observable passes through errors from source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[drop(): Observable passes through errors from source observable even before drop count is met]
|
||||
expected: FAIL
|
||||
|
||||
[drop(): Observable passes through completions from source observable even before drop count is met]
|
||||
expected: FAIL
|
||||
|
||||
[drop(): Unsubscribing from the Observable returned by drop() also unsubscribes from the source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[drop(): A drop amount of 0 simply mirrors the source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[drop(): Passing negative value wraps to maximum value ]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-drop.any.html]
|
||||
[drop(): Observable should skip the first n values from the source observable, then pass through the rest of the values and completion]
|
||||
expected: FAIL
|
||||
|
||||
[drop(): Observable passes through errors from source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[drop(): Observable passes through errors from source observable even before drop count is met]
|
||||
expected: FAIL
|
||||
|
||||
[drop(): Observable passes through completions from source observable even before drop count is met]
|
||||
expected: FAIL
|
||||
|
||||
[drop(): Unsubscribing from the Observable returned by drop() also unsubscribes from the source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[drop(): A drop amount of 0 simply mirrors the source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[drop(): Passing negative value wraps to maximum value ]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue