From 0f0dd5b7ec2a7ac95e1b36c866f73b85e4fb4879 Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Fri, 10 Dec 2021 15:12:38 +0100 Subject: feat(ext/web): implement `AbortSignal.prototype.throwIfAborted()` (#13044) See whatwg/dom#1034. --- tools/wpt/expectation.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'tools/wpt') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index d44b673e2..6367800d8 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -4799,16 +4799,8 @@ "abort": { "AbortSignal.any.html": true, "AbortSignal.any.worker.html": true, - "event.any.html": [ - "throwIfAborted() should throw abort.reason if signal aborted", - "throwIfAborted() should throw primitive abort.reason if signal aborted", - "throwIfAborted() should not throw if signal not aborted" - ], - "event.any.worker.html": [ - "throwIfAborted() should throw abort.reason if signal aborted", - "throwIfAborted() should throw primitive abort.reason if signal aborted", - "throwIfAborted() should not throw if signal not aborted" - ] + "event.any.html": true, + "event.any.worker.html": true }, "events": { "AddEventListenerOptions-once.any.html": [ -- cgit v1.2.3