/dom/abort/abort-signal-any.any.html| status | subtest | message |
|---|---|---|
| PASS | AbortSignal.any() works with an empty array of signals | |
| PASS | AbortSignal.any() follows a single signal (using LazyAbortController) | |
| PASS | AbortSignal.any() follows multiple signals (using LazyAbortController) | |
| PASS | AbortSignal.any() returns an aborted signal if passed an aborted signal (using LazyAbortController) | |
| PASS | AbortSignal.any() can be passed the same signal more than once (using LazyAbortController) | |
| PASS | AbortSignal.any() uses the first instance of a duplicate signal (using LazyAbortController) | |
| PASS | AbortSignal.any() signals are composable (using LazyAbortController) | |
| PASS | AbortSignal.any() works with signals returned by AbortSignal.timeout() (using LazyAbortController) | |
| PASS | AbortSignal.any() works with intermediate signals (using LazyAbortController) | |
| FAIL | Abort events for AbortSignal.any() signals fire in the right order (using LazyAbortController) | assert_equals: expected "01234" but got "41230" |
| PASS | Dependent signals for AbortSignal.any() are marked aborted before abort events fire (using LazyAbortController) | |
| PASS | Dependent signals for AbortSignal.any() are aborted correctly for reentrant aborts (using LazyAbortController) | |
| PASS | Dependent signals for AbortSignal.any() should use the same DOMException instance from the already aborted source signal (using LazyAbortController) | |
| PASS | Dependent signals for AbortSignal.any() should use the same DOMException instance from the source signal being aborted later (using LazyAbortController) |
bundle built 2026-07-16T07:16:48.063Z