/dom/observable/tentative/observable-take.any.html| status | subtest | message |
|---|---|---|
| FAIL | take(): Takes the first N values from the source observable, then completes | Observable is not defined |
| FAIL | take(): Forwards complete()s that happen before the take count is met, and unsubscribes from source Observable | Observable is not defined |
| FAIL | take(): Should forward errors from the source observable | Observable is not defined |
| FAIL | take(): take(0) should not subscribe to the source observable, and should return an observable that immediately completes | Observable is not defined |
| FAIL | take(): Negative count is treated as maximum value | Observable is not defined |
| FAIL | take(): No crash when take(1) unsubscribes from its source when next() is called, and the Subscriber iterates over the rest of the Observables | promise_test: Unhandled rejection with value: object "ReferenceError: Observable is not defined" |
bundle built 2026-07-16T07:16:48.063Z