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

Unified Diff: LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.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.html
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.html b/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.html
index 59f41861dba7c51f9c3fd45081afe454a308ded2..b6f77e0d936bb4fcec995525b0eac337354d8488 100644
--- a/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.html
+++ b/LayoutTests/http/tests/websocket/tests/hybi/resources/close-on-unload-iframe.html
@@ -9,7 +9,8 @@
var ws = new WebSocket("ws://127.0.0.1:8880/websocket/tests/hybi/close-on-unload");
ws.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 WebSocket is closed.
ws.send("socket1");
};
ws.onmessage = function(evt)

Powered by Google App Engine
This is Rietveld 408576698