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

Side by Side Diff: LayoutTests/platform/mac-mountainlion/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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/echo' failed: WebS ocket is closed before the connection is established. 1 CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/echo' failed: WebS ocket is closed before the connection is established.
2 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code- and-reason' failed: Received a broken close frame containing an invalid size bod y. 2 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code- and-reason' failed: Received a broken close frame containing an invalid size bod y.
3 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code- and-reason' failed: Received a broken close frame containing a reserved status c ode. 3 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code- and-reason' failed: Received a broken close frame containing a reserved status c ode.
4 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code- and-reason' failed: Received a broken close frame containing a reserved status c ode. 4 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code- and-reason' failed: Received a broken close frame containing a reserved status c ode.
5 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code- and-reason' failed: Received a broken close frame containing a reserved status c ode. 5 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code- and-reason' failed: Received a broken close frame containing a reserved status c ode.
6 Test CloseEvent code and reason property. 6 Test CloseEvent code and reason property.
7 7
8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
9 9
10 10
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 PASS closeEvent.code is 65535 99 PASS closeEvent.code is 65535
100 PASS closeEvent.reason is 'good bye' 100 PASS closeEvent.reason is 'good bye'
101 PASS typeof closeEvent.wasClean is 'boolean' 101 PASS typeof closeEvent.wasClean is 'boolean'
102 PASS closeEvent.wasClean is true 102 PASS closeEvent.wasClean is true
103 PASS closeEvent.code is 65535 103 PASS closeEvent.code is 65535
104 PASS closeEvent.reason is 'good bye' 104 PASS closeEvent.reason is 'good bye'
105 PASS successfullyParsed is true 105 PASS successfullyParsed is true
106 106
107 TEST COMPLETE 107 TEST COMPLETE
108 108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698