| Index: LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.html
|
| diff --git a/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.html b/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.html
|
| deleted file mode 100644
|
| index 85a392af1d32dbb036132747f64fc8d44e3e9c29..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script src="/js-test-resources/js-test.js"></script>
|
| -</head>
|
| -<body>
|
| -<div id="description"></div>
|
| -<div id="console"></div>
|
| -<script type="text/javascript">
|
| -var ws = new WebSocket("ws://127.0.0.1:8880/close-on-unload");
|
| -ws.onopen = function()
|
| -{
|
| - // Send "socket1" to server, so that "socket1" will be broadcasted to
|
| - // WebSockets connected to close-on-unload when this WebSocket is closed.
|
| - ws.send("socket1");
|
| -};
|
| -ws.onmessage = function(evt)
|
| -{
|
| - // "socket1" is received by server, so ready to unload this document.
|
| - parent.document.iframeReady(evt.data);
|
| -}
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|