Index: LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent.html |
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent.html b/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent.html |
index 9c338973d0b4a9b42876ee60871636372d8e4d35..41d9aa80a85133e4d0dafd9a37c130b2f0a022e2 100644 |
--- a/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent.html |
+++ b/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent.html |
@@ -7,7 +7,7 @@ |
<div id="description"></div> |
<div id="console"></div> |
<script type="text/javascript"> |
-description("Test if Web Socket opened in iframe but referred in parent document is closed on unloading the frame."); |
+description("Test that WebSocket opened in iframe is closed when the iframe is unloaded even if the WebSocket is referred by the parent frame."); |
window.jsTestIsAsync = true; |