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

Unified Diff: LayoutTests/platform/mac/http/tests/websocket/close-code-and-reason-expected.txt

Issue 901413004: Auto-rebaseline for r189636 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/platform/mac/http/tests/websocket/close-code-and-reason-expected.txt
diff --git a/LayoutTests/platform/mac/http/tests/websocket/close-code-and-reason-expected.txt b/LayoutTests/platform/mac/http/tests/websocket/close-code-and-reason-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..00fcba021fd7a268ee52a5ac3c1e71a36ca0bb59
--- /dev/null
+++ b/LayoutTests/platform/mac/http/tests/websocket/close-code-and-reason-expected.txt
@@ -0,0 +1,15 @@
+CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/echo' failed: WebSocket is closed before the connection is established.
+Test CloseEvent code and reason property.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+ws.onclose() was called.
+PASS closeEvent.wasClean is false
+PASS closeEvent.code is codeAbnormalClosure
+PASS closeEvent.reason is emptyString
+FAIL WebSocketTest.ontimeout() was called. (testId = 0)
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698