/dom/observable/tentative/observable-every.any.html| status | subtest | message |
|---|---|---|
| FAIL | every(): Promise resolves to true if all values pass the predicate | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | every(): Promise resolves to false if any value fails the predicate | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | every(): Abort the subscription to the source if the predicate does not pass | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | every(): Lifecycle checks when all values pass the predicate | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | every(): Lifecycle checks when any value fails the predicate | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | every(): Resolves with true if the observable completes without emitting a value | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | every(): Rejects with any error emitted from the source observable | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | every(): Rejects with any error thrown from the predicate | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | every(): Index is passed into the predicate | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
| FAIL | every(): Rejects with a DOMException if the source Observable is aborted | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
bundle built 2026-07-16T07:16:48.063Z