From 6743b3227b21d2814380253f8e8a0e2c116fb0f7 Mon Sep 17 00:00:00 2001 From: Mark Ladyshau <47859603+mrkldshv@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:29:08 +0200 Subject: fix(ext/web): remove `ErrorEventInit`'s error default (#14809) --- tools/wpt/expectation.json | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index df2f24655..56b0b1199 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -923,14 +923,20 @@ "EventTarget-constructible.any.html": true, "EventTarget-constructible.any.worker.html": true, "Event-constructors.any.html": [ - "Untitled 2", - "Untitled 3" + "Untitled 3", + "Untitled 4" ], "Event-constructors.any.worker.html": [ - "Event constructors 2", - "Event constructors 3" + "Event constructors 3", + "Event constructors 4" ], - "event-global.worker.html": true + "event-global.worker.html": true, + "Event-dispatch-listener-order.window.html": false, + "EventListener-addEventListener.sub.window.html": false, + "event-global-extra.window.html": false, + "event-global-set-before-handleEvent-lookup.window.html": false, + "legacy-pre-activation-behavior.window.html": false, + "relatedTarget.window.html": false }, "idlharness-shadowrealm.window.html": false, "idlharness.any.worker.html": [ @@ -1387,12 +1393,8 @@ "validate.any.worker.html": true }, "global": { - "constructor.any.html": [ - "Construct v128 global" - ], - "constructor.any.worker.html": [ - "Construct v128 global" - ], + "constructor.any.html": true, + "constructor.any.worker.html": true, "toString.any.html": true, "toString.any.worker.html": true, "type.tentative.any.html": false, -- cgit v1.2.3