From 3c97bbe165ef0c5e4fa9b9eb637ff481d8c86884 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Mon, 23 May 2022 13:21:11 +0200 Subject: fix(ext/websocket): WebSocket dispatch single close event (#13443) --- tools/wpt/expectation.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools') 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, -- cgit v1.2.3