Index: LayoutTests/platform/mac/http/tests/websocket/close-code-and-reason-expected.txt |
diff --git a/LayoutTests/platform/mac/http/tests/websocket/close-code-and-reason-expected.txt b/LayoutTests/platform/mac/http/tests/websocket/close-code-and-reason-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..00fcba021fd7a268ee52a5ac3c1e71a36ca0bb59 |
--- /dev/null |
+++ b/LayoutTests/platform/mac/http/tests/websocket/close-code-and-reason-expected.txt |
@@ -0,0 +1,15 @@ |
+CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/echo' failed: WebSocket is closed before the connection is established. |
+Test CloseEvent code and reason property. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+ws.onclose() was called. |
+PASS closeEvent.wasClean is false |
+PASS closeEvent.code is codeAbnormalClosure |
+PASS closeEvent.reason is emptyString |
+FAIL WebSocketTest.ontimeout() was called. (testId = 0) |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |