/dom/observable/tentative/observable-find.any.html| status | subtest | message |
|---|---|---|
| FAIL | find(): Promise resolves with the first value that passes the predicate | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | find(): Promise resolves with undefined if no value passes the predicate | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | find(): Promise rejects with the error emitted from the source Observable | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | find(): Promise rejects with any error thrown from the predicate | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | find(): Passes the index of the value to the predicate | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | find(): Rejects with AbortError when the signal is aborted | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
bundle built 2026-07-16T07:16:48.063Z