summaryrefslogtreecommitdiff
path: root/tools/wpt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wpt')
-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 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": [