Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / websocket / workers / resources / worker-stall-reload.js
1 var ws = new WebSocket('ws://localhost:8880/workers/resources/stall');
2 // FIXME: Find a way to guarantee we've reached a stable stalled state before
3 // posting the message.
4 postMessage("stalled");