summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2023-07-28 08:29:41 +0200
committerGitHub <noreply@github.com>2023-07-28 06:29:41 +0000
commitcbfa98ea0bf4ee994bf564671ece514eb4efae1f (patch)
tree667b9cdffed72b6f5083d3f8f0160965afa2a4b4 /tools
parentfa52b5e73374dfd1e76f82207dd59020b6520148 (diff)
feat(ext/websocket): allow HTTP(S) protocol in URL (#19862)
Closes #19093
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index 5aab514cd..520ac1a30 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -7229,7 +7229,10 @@
"remove-own-iframe-during-onerror.window.html": false,
"remove-own-iframe-during-onerror.window.html?wpt_flags=h2": false,
"remove-own-iframe-during-onerror.window.html?wss": false,
- "Create-on-worker-shutdown.any.worker.html": false
+ "Create-on-worker-shutdown.any.worker.html": false,
+ "Create-http-urls.any.html": true,
+ "Create-invalid-urls.any.html": true,
+ "Create-non-absolute-url.any.html": true
},
"workers": {
"Worker-base64.any.worker.html": true,