Index: LayoutTests/virtual/stable/http/tests/websocket/simple-expected.txt |
diff --git a/LayoutTests/virtual/stable/http/tests/websocket/simple-expected.txt b/LayoutTests/virtual/stable/http/tests/websocket/simple-expected.txt |
deleted file mode 100644 |
index b53847c7062672062df5009f4309b6bf3797518f..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/stable/http/tests/websocket/simple-expected.txt |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-Simple WebSocket test |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
-Created a socket to 'ws://127.0.0.1:8880/simple'; readyState 0. |
-Connected; readyState 1 |
-Received: 'Hello from Simple WSH.'; readyState 1 |
-Closed; readyState 3. |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |