From 9f494dc405afc4b1b29fa4c813bd5751f26aaa36 Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Mon, 14 Mar 2022 20:19:22 +0100 Subject: feat(ext/web): Add `AbortSignal.timeout()` (#13687) --- 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 60f41ef97..43367efe3 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -961,16 +961,8 @@ }, "dom": { "abort": { - "AbortSignal.any.html": [ - "AbortSignal.timeout() returns a non-aborted signal", - "Signal returned by AbortSignal.timeout() times out", - "AbortSignal timeouts fire in order" - ], - "AbortSignal.any.worker.html": [ - "AbortSignal.timeout() returns a non-aborted signal", - "Signal returned by AbortSignal.timeout() times out", - "AbortSignal timeouts fire in order" - ], + "AbortSignal.any.html": true, + "AbortSignal.any.worker.html": true, "event.any.html": true, "event.any.worker.html": true }, -- cgit v1.2.3