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

38 lines
1.1 KiB
INI

[observable-find.any.worker.html]
[find(): Promise resolves with the first value that passes the predicate]
expected: FAIL
[find(): Promise resolves with undefined if no value passes the predicate]
expected: FAIL
[find(): Promise rejects with the error emitted from the source Observable]
expected: FAIL
[find(): Promise rejects with any error thrown from the predicate]
expected: FAIL
[find(): Passes the index of the value to the predicate]
expected: FAIL
[find(): Rejects with AbortError when the signal is aborted]
expected: FAIL
[observable-find.any.html]
[find(): Promise resolves with the first value that passes the predicate]
expected: FAIL
[find(): Promise resolves with undefined if no value passes the predicate]
expected: FAIL
[find(): Promise rejects with the error emitted from the source Observable]
expected: FAIL
[find(): Promise rejects with any error thrown from the predicate]
expected: FAIL
[find(): Passes the index of the value to the predicate]
expected: FAIL
[find(): Rejects with AbortError when the signal is aborted]
expected: FAIL