Index: LayoutTests/virtual/stable/http/tests/websocket/send-after-close-on-unload-expected.txt |
diff --git a/LayoutTests/virtual/stable/http/tests/websocket/send-after-close-on-unload-expected.txt b/LayoutTests/virtual/stable/http/tests/websocket/send-after-close-on-unload-expected.txt |
deleted file mode 100644 |
index 80f8eef1aaf24045a6c0d3f3d805909a1aee7825..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/stable/http/tests/websocket/send-after-close-on-unload-expected.txt |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-Test if WebSocket opened in iframe, referred in parent document is, and try to send() returns false. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
-PASS ws on master document is ready. |
-PASS insert a iframe, where open ws called 'socket1' |
-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" |
-PASS closeCode is "1001" |
-PASS document.childWebSocket.readyState is 3 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |