From 74e5b68682d4d2503e4af5bac3b98067bc58f275 Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Fri, 8 Oct 2021 09:53:31 +0200 Subject: refactor: deduplicate `defineEventHandler` util (#12367) --- tools/wpt/expectation.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'tools/wpt') 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 } -- cgit v1.2.3