Index: LayoutTests/virtual/stable/http/tests/websocket/close-before-open-expected.txt |
diff --git a/LayoutTests/virtual/stable/http/tests/websocket/close-before-open-expected.txt b/LayoutTests/virtual/stable/http/tests/websocket/close-before-open-expected.txt |
deleted file mode 100644 |
index f35cd8c1d7fb4c9bbe4c0f361b4d1ff863cb113a..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/stable/http/tests/websocket/close-before-open-expected.txt |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/echo' failed: WebSocket is closed before the connection is established. |
-CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/close-code-and-reason' failed: WebSocket is closed before the connection is established. |
-Test if WebSocket fires close event when WebSocket is opened and close() is called on it before open event is dispatched. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
-closed on test 1 |
-closed on test 2 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |