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

Side by Side Diff: LayoutTests/http/tests/websocket/close-code-and-reason-expected.txt

Issue 101143002: Remove hybi sub directory for WebSocket layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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
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 78: 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 78: 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 78: 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 78: 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 78: 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 78: 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 78: 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 78: 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 ws.onclose() was called. 10 ws.onclose() was called.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 PASS closeEvent.code is 65535 78 PASS closeEvent.code is 65535
79 PASS closeEvent.reason is 'good bye' 79 PASS closeEvent.reason is 'good bye'
80 PASS typeof closeEvent.wasClean is 'boolean' 80 PASS typeof closeEvent.wasClean is 'boolean'
81 PASS closeEvent.wasClean is true 81 PASS closeEvent.wasClean is true
82 PASS closeEvent.code is 65535 82 PASS closeEvent.code is 65535
83 PASS closeEvent.reason is 'good bye' 83 PASS closeEvent.reason is 'good bye'
84 PASS successfullyParsed is true 84 PASS successfullyParsed is true
85 85
86 TEST COMPLETE 86 TEST COMPLETE
87 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698