servo/tests/wpt/meta/dom/observable/tentative/observable-find.any.js.ini
Samson eb7484de5e
Update web-platform-tests to revision b'86de4ffa4e439098e05f05de7d8cae1c24ff84fb' (#32200)
Co-authored-by: Servo WPT Sync <josh+wptsync@joshmatthews.net>
2024-05-01 15:47:11 +00:00

38 lines
1.1 KiB
INI
Vendored

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