RESOLVED FIXED212149
[WPE] http/tests/websocket/tests/hybi/send-after-close-on-unload.html is failing
https://bugs.webkit.org/show_bug.cgi?id=212149
Summary [WPE] http/tests/websocket/tests/hybi/send-after-close-on-unload.html is failing
Zan Dobersek
Reported 2020-05-20 09:55:28 PDT
The http/tests/websocket/tests/hybi/send-after-close-on-unload.html layout test is failing on WPE since being enabled: --- /app/webkit/WebKitBuild/Release/layout-test-results/http/tests/websocket/tests/hybi/send-after-close-on-unload-expected.txt +++ /app/webkit/WebKitBuild/Release/layout-test-results/http/tests/websocket/tests/hybi/send-after-close-on-unload-actual.txt @@ -7,7 +7,7 @@ PASS document.childWebSocket is non-null. PASS 'socket1' is sent to the server. unload the iframe. expect receiving 'socket1' on ws... PASS document.childWebSocket.send('send to closed socket') is undefined. -PASS closedSocket is "socket1" +FAIL closedSocket should be socket1. Was socket1: receive next message. PASS document.childWebSocket.readyState is 3 PASS successfullyParsed is true
Attachments
Diego Pino
Comment 1 2020-10-06 03:11:18 PDT
Test is passing since r266059.
Note You need to log in before you can comment on or make changes to this bug.