Index: LayoutTests/virtual/stable/http/tests/websocket/set-protocol-expected.txt |
diff --git a/LayoutTests/virtual/stable/http/tests/websocket/set-protocol-expected.txt b/LayoutTests/virtual/stable/http/tests/websocket/set-protocol-expected.txt |
deleted file mode 100644 |
index d9448f62173bdce2b84ac9e0c1f7836b47d54ae9..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/stable/http/tests/websocket/set-protocol-expected.txt |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-WebSocket.protocol should not be modified. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
-PASS ws.protocol is "" |
-PASS ws.protocol is "" |
-Connected |
-PASS ws.protocol is "chat" |
-PASS ws.protocol is "chat" |
-Closed |
-PASS ws.protocol is "chat" |
-PASS ws.protocol is "chat" |
-PASS closeEvent.wasClean is true |
-Exited onclose handler |
-PASS ws.protocol is "chat" |
-PASS ws.protocol is "chat" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |