Bug 212149
| Summary: | [WPE] http/tests/websocket/tests/hybi/send-after-close-on-unload.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dpino |
| Priority: | P2 | Keywords: | LayoutTestFailure |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Zan Dobersek
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
Test is passing since r266059.