Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe-reference-in-parent.html

Issue 52103004: WebSocket layout test cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe-reference-in-parent.html
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe-reference-in-parent.html b/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe-reference-in-parent.html
index 4d3c811b57ef3c205d144c153c6d179a2b53268a..b4f8767d50b76a9eec3680be7ae8ecf6caa3459f 100644
--- a/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe-reference-in-parent.html
+++ b/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe-reference-in-parent.html
@@ -10,7 +10,8 @@ parent.document.childWebSocket = new WebSocket("ws://127.0.0.1:8880/websocket/te
parent.document.childWebSocket.onopen = function()
{
- // send "socket1" to server, so that "socket1" will be broadcasted to web sockets connected to close-on-unload when this web socket is closed.
+ // Send "socket1" to server, so that "socket1" will be broadcasted to
+ // WebSockets connected to close-on-unload when this web socket is closed.
parent.document.childWebSocket.send("socket1");
};
parent.document.childWebSocket.onmessage = function(evt)

Powered by Google App Engine
This is Rietveld 408576698