diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-05-23 13:21:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 13:21:11 +0200 |
commit | 3c97bbe165ef0c5e4fa9b9eb637ff481d8c86884 (patch) | |
tree | 750c15354bda8c535cdc4db95d26b19e01ed848d /tools | |
parent | d55444b41cdee5b3f281896a7e60ff06c5fc01de (diff) |
fix(ext/websocket): WebSocket dispatch single close event (#13443)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 8 |
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, |