Index: LayoutTests/virtual/stable/http/tests/websocket/close-on-unload-and-force-gc-expected.txt |
diff --git a/LayoutTests/virtual/stable/http/tests/websocket/close-on-unload-and-force-gc-expected.txt b/LayoutTests/virtual/stable/http/tests/websocket/close-on-unload-and-force-gc-expected.txt |
deleted file mode 100644 |
index 3a5d5b0f22cdfa3dc86393dfdc0a67ee4b1d50c0..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/stable/http/tests/websocket/close-on-unload-and-force-gc-expected.txt |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-Test if WebSocket is closed on unload and not crashed if garbage collected |
- |
-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 'socket1' is sent to the server. unload the iframe and force garbage collection. expect receiving 'socket1' on ws and no crash... |
-PASS closedSocket is "socket1" |
-PASS closeCode is "1001" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |