diff options
author | Mark Ladyshau <47859603+mrkldshv@users.noreply.github.com> | 2022-06-29 14:29:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 14:29:08 +0200 |
commit | 6743b3227b21d2814380253f8e8a0e2c116fb0f7 (patch) | |
tree | b8a1c01a3bdfd61708cc7be7d125e7d78a82b03e /tools | |
parent | 5eb9abd65f97e43b50aeb724deb8e3b7847681e9 (diff) |
fix(ext/web): remove `ErrorEventInit`'s error default (#14809)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 24 |
1 files changed, 13 insertions, 11 deletions
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, |