summaryrefslogtreecommitdiff
path: root/tools/wpt
diff options
context:
space:
mode:
authorAndreu Botella <abb@randomunok.com>2021-10-08 09:53:31 +0200
committerGitHub <noreply@github.com>2021-10-08 09:53:31 +0200
commit74e5b68682d4d2503e4af5bac3b98067bc58f275 (patch)
treee6885e8b9c7a32c481bb5c4fe334ac40fcb89563 /tools/wpt
parent7e38ae17ea5dba600d0bf7bb6f6fafe7cd25befd (diff)
refactor: deduplicate `defineEventHandler` util (#12367)
Diffstat (limited to 'tools/wpt')
-rw-r--r--tools/wpt/expectation.json11
1 files changed, 4 insertions, 7 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index a0f53e9eb..514731f50 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -14979,9 +14979,9 @@
"constructor.any.html": true,
"constructor.any.html?wpt_flags=h2": true,
"constructor.any.html?wss": true,
- "eventhandlers.any.html": false,
- "eventhandlers.any.html?wpt_flags=h2": false,
- "eventhandlers.any.html?wss": false,
+ "eventhandlers.any.html": true,
+ "eventhandlers.any.html?wpt_flags=h2": true,
+ "eventhandlers.any.html?wss": true,
"referrer.any.html": true,
"Close-delayed.any.html": false,
"Close-delayed.any.html?wpt_flags=h2": false,
@@ -15056,10 +15056,7 @@
"interfaces": {
"DedicatedWorkerGlobalScope": {
"EventTarget.worker.html": true,
- "onmessage.worker.html": [
- "Setting onmessage to 1",
- "Setting onmessage to 1 (again)"
- ],
+ "onmessage.worker.html": true,
"postMessage": {
"return-value.worker.html": true
}