summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2022-05-23 13:21:11 +0200
committerGitHub <noreply@github.com>2022-05-23 13:21:11 +0200
commit3c97bbe165ef0c5e4fa9b9eb637ff481d8c86884 (patch)
tree750c15354bda8c535cdc4db95d26b19e01ed848d /tools
parentd55444b41cdee5b3f281896a7e60ff06c5fc01de (diff)
fix(ext/websocket): WebSocket dispatch single close event (#13443)
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index 018b3ebd3..1caf96c9d 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -4184,12 +4184,12 @@
"eventhandlers.any.worker.html?wss": true,
"referrer.any.html": true,
"referrer.any.worker.html": true,
- "Close-delayed.any.html": false,
+ "Close-delayed.any.html": true,
"Close-delayed.any.html?wpt_flags=h2": false,
- "Close-delayed.any.html?wss": false,
- "Close-delayed.any.worker.html": false,
+ "Close-delayed.any.html?wss": true,
+ "Close-delayed.any.worker.html": true,
"Close-delayed.any.worker.html?wpt_flags=h2": false,
- "Close-delayed.any.worker.html?wss": false,
+ "Close-delayed.any.worker.html?wss": true,
"stream": {
"tentative": {
"abort.any.html?wss": true,