diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-02-13 15:58:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-13 15:58:12 +0100 |
commit | af460fc464562566dc1534c0f61f53c2976b9bd7 (patch) | |
tree | 74ac43e5574711f71d5ee90bbc020740e41bdf69 /tools | |
parent | d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9 (diff) |
fix: webidl utils and align `Event` to spec (#9470)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 510f71a52..f71914175 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -22,7 +22,11 @@ "event-global-extra.window.js": true, "event-global.worker.js": true, "legacy-pre-activation-behavior.window.js": true, - "relatedTarget.window.js": true + "relatedTarget.window.js": true, + "Event-constructors.any.js": [ + "Untitled 2", + "Untitled 3" + ] }, "idlharness.any.js": false, "idlharness.window.js": false |