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

Unified Diff: LayoutTests/http/tests/websocket/tests/hybi/nocache.html

Issue 14071008: WebSocket object should fire error event when WebSocket server can't be connected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Add new layouttests into TestExceptions because it depends on chromium side patch Created 7 years, 8 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/nocache.html
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/nocache.html b/LayoutTests/http/tests/websocket/tests/hybi/nocache.html
index 2f7e542c615d4bef4c90ea2b6e6eec823f37452f..af9bae4040bec865d2afbfeb910d1d5e5fc651fd 100644
--- a/LayoutTests/http/tests/websocket/tests/hybi/nocache.html
+++ b/LayoutTests/http/tests/websocket/tests/hybi/nocache.html
@@ -25,10 +25,6 @@ ws.onmessage = function(event) {
ws.close();
};
-ws.onerror = function(event) {
- debug("onerror() was called.");
-};
-
ws.onclose = function(event) {
debug("onclose() was called.");
closeEvent = event;

Powered by Google App Engine
This is Rietveld 408576698