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

Unified Diff: LayoutTests/http/tests/websocket/tests/hybi/workers/close-expected.txt

Issue 14657008: Make websocket error messages look better at the devtools console. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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/workers/close-expected.txt
diff --git a/LayoutTests/http/tests/websocket/tests/hybi/workers/close-expected.txt b/LayoutTests/http/tests/websocket/tests/hybi/workers/close-expected.txt
index 470e76cdca158b367803b5b2d746988ee4b74f80..963756205f20715829fb8073ba4e70d3df2adbdd 100644
--- a/LayoutTests/http/tests/websocket/tests/hybi/workers/close-expected.txt
+++ b/LayoutTests/http/tests/websocket/tests/hybi/workers/close-expected.txt
@@ -1,7 +1,7 @@
-CONSOLE MESSAGE: WebSocket connection to 'ws://127.0.0.1:8880/websocket/tests/hybi/close' failed: WebSocket is closed before the connection is established.
+CONSOLE MESSAGE: line 124: WebSocket connection to 'ws://127.0.0.1:8880/websocket/tests/hybi/close' failed: WebSocket is closed before the connection is established.
CONSOLE MESSAGE: WebSocket close message is too long.
CONSOLE MESSAGE: WebSocket close message is too long.
-CONSOLE MESSAGE: WebSocket connection to 'ws://127.0.0.1:8880/websocket/tests/hybi/close' failed: WebSocket is closed before the connection is established.
+CONSOLE MESSAGE: line 165: WebSocket connection to 'ws://127.0.0.1:8880/websocket/tests/hybi/close' failed: WebSocket is closed before the connection is established.
Verify WebSocket::close behaviors in Worker.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698