diff options
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", |