1
0
Fork 0
firefox/testing/web-platform/meta/dom/observable/tentative/observable-drop.any.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

44 lines
1.6 KiB
INI

[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