Commit 89857c4e authored by mrowe@apple.com's avatar mrowe@apple.com

Remove an unnecessary backup file.

git-svn-id: svn://svn.chromium.org/blink/trunk@54322 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent b3ab249e
<html>
<head>
<script src="../../../fast/js/resources/js-test-pre.js"></script>
<script src="../../../fast/js/resources/js-test-post-function.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/websocket/tests/close-on-unload");
ws.onopen = function()
{
debug("ws in iframe opened");
ws.send("socket1");
};
ws.onmessage = function(evt)
{
debug("ws in iframe got message:" + evt.data);
parent.document.iframeReady(evt.data);
}
</script>
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment