diff options
author | Kenta Moriuchi <moriken@kimamass.com> | 2023-11-13 09:04:11 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 01:04:11 +0100 |
commit | 39223f709bcb86069f3aa8eab7a4be80304128e6 (patch) | |
tree | f20331d487de0e776f483c9f67b8cc85eaddd88b /tools | |
parent | 55e04836261c577804bae4bbf7a49c53022880bd (diff) |
feat(ext/web): add `AbortSignal.any()` (#21087)
Fixes #18944
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 4b01f0c00..fc5870f62 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -2302,7 +2302,9 @@ "AbortSignal.any.html": true, "AbortSignal.any.worker.html": true, "event.any.html": true, - "event.any.worker.html": true + "event.any.worker.html": true, + "abort-signal-any.any.html": true, + "abort-signal-any.any.worker.html": true }, "events": { "AddEventListenerOptions-once.any.html": true, @@ -2364,7 +2366,6 @@ "EventTarget interface: operation addEventListener(DOMString, EventListener?, optional (AddEventListenerOptions or boolean))", "EventTarget interface: operation removeEventListener(DOMString, EventListener?, optional (EventListenerOptions or boolean))", "AbortController interface: operation abort(optional any)", - "AbortSignal interface: operation any(sequence<AbortSignal>)", "AbortSignal interface: attribute onabort", "NodeList interface: existence and properties of interface object", "NodeList interface object length", |