1
0
Fork 0
firefox/testing/web-platform/meta/dom/observable/tentative/observable-every.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

62 lines
1.8 KiB
INI

[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
[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