summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndreu Botella <andreu@andreubotella.com>2022-03-14 20:19:22 +0100
committerGitHub <noreply@github.com>2022-03-14 20:19:22 +0100
commit9f494dc405afc4b1b29fa4c813bd5751f26aaa36 (patch)
tree2757ee74fe3f5e9e134e1265bc71d87febc63d32 /tools
parent5eb0e4c2dfab4b83fbc69746d8e1143f78e9154e (diff)
feat(ext/web): Add `AbortSignal.timeout()` (#13687)
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json12
1 files changed, 2 insertions, 10 deletions
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
},