summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2022-04-19 09:59:51 +0100
committerGitHub <noreply@github.com>2022-04-19 10:59:51 +0200
commitc30d95f2e36cb3519e1e23c0934b388ebba6bc2c (patch)
treef34db42cce4803e76affb12ccb95ad59a77354ad /tools
parenta64e63c3614b98aa2b51fb6b7ef4e30251e03111 (diff)
feat(ext/web): add globalThis.reportError() (#13799)
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json17
1 files changed, 3 insertions, 14 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index 38a1e3db5..67e256353 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -3646,18 +3646,8 @@
"queue-microtask.any.worker.html": true
},
"scripting": {
- "reporterror.any.html": [
- "self.reportError(1)",
- "self.reportError(TypeError)",
- "self.reportError(undefined)",
- "self.reportError() doesn't invoke getters"
- ],
- "reporterror.any.worker.html": [
- "self.reportError(1)",
- "self.reportError(TypeError)",
- "self.reportError(undefined)",
- "self.reportError() doesn't invoke getters"
- ]
+ "reporterror.any.html": false,
+ "reporterror.any.worker.html": false
},
"structured-clone": {
"structured-clone.any.html": [
@@ -4237,7 +4227,6 @@
"opening-handshake": {
"003-sets-origin.worker.html": false
},
- "Create-on-worker-shutdown.any.worker.html": false,
"Send-data.worker.html": true,
"Send-data.worker.html?wpt_flags=h2": false,
"Send-data.worker.html?wss": true,
@@ -4648,4 +4637,4 @@
"idlharness.https.any.worker.html": true,
"idlharness-shadowrealm.window.html": false
}
-} \ No newline at end of file
+}