| Index: LayoutTests/http/tests/websocket/tests/hybi/close-unref-websocket.html
|
| diff --git a/LayoutTests/http/tests/websocket/tests/hybi/close-unref-websocket.html b/LayoutTests/http/tests/websocket/tests/hybi/close-unref-websocket.html
|
| index 21b9268a177a99f8f3a7afe36de45dac1f46ae5a..0ccb14ebf5206f065ff8ebf9ae2930c00144f6dd 100644
|
| --- a/LayoutTests/http/tests/websocket/tests/hybi/close-unref-websocket.html
|
| +++ b/LayoutTests/http/tests/websocket/tests/hybi/close-unref-websocket.html
|
| @@ -7,7 +7,7 @@
|
| <div id="description"></div>
|
| <div id="console"></div>
|
| <script type="text/javascript">
|
| -description("Test if Web Socket is closed while handshaking and unreferenced, it should fire close event at most once.");
|
| +description("Test if WebSocket is closed while handshaking and unreferenced, it should fire close event at most once.");
|
|
|
| window.jsTestIsAsync = true;
|
|
|
|
|