/dom/abort/event.any.html| status | subtest | message |
|---|---|---|
| PASS | AbortController abort() should fire event synchronously | |
| PASS | controller.signal should always return the same object | |
| PASS | controller.abort() should do nothing the second time it is called | |
| PASS | event handler should not be called if added after controller.abort() | |
| PASS | the abort event should have the right properties | |
| PASS | AbortController abort(reason) should set signal.reason | |
| PASS | aborting AbortController without reason creates an "AbortError" DOMException | |
| PASS | AbortController abort(undefined) creates an "AbortError" DOMException | |
| PASS | AbortController abort(null) should set signal.reason | |
| PASS | static aborting signal should have right properties | |
| PASS | static aborting signal with reason should set signal.reason | |
| PASS | throwIfAborted() should throw abort.reason if signal aborted | |
| PASS | throwIfAborted() should throw primitive abort.reason if signal aborted | |
| PASS | throwIfAborted() should not throw if signal not aborted | |
| PASS | AbortSignal.reason returns the same DOMException | |
| PASS | AbortController.signal.reason returns the same DOMException |
bundle built 2026-07-16T07:16:48.063Z