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

Side by Side Diff: LayoutTests/http/tests/websocket/workers/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: line 31: WebSocket connection to 'ws://127.0.0.1:8880/echo' fai led: WebSocket is closed before the connection is established. 1 CONSOLE WARNING: line 31: WebSocket connection to 'ws://127.0.0.1:8880/echo' fai led: WebSocket is closed before the connection is established.
2 CONSOLE ERROR: line 73: 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 73: 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 73: 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 73: 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 73: 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 73: 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 73: 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 73: 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 in Worker. 6 Test CloseEvent code and reason property in Worker.
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 PASS PASS: worker: event.code is 65535 65 PASS PASS: worker: event.code is 65535
66 PASS PASS: worker: event.reason is good bye 66 PASS PASS: worker: event.reason is good bye
67 PASS PASS: worker: event.wasClean is true 67 PASS PASS: worker: event.wasClean is true
68 PASS PASS: worker: event.code is 65535 68 PASS PASS: worker: event.code is 65535
69 PASS PASS: worker: event.reason is good bye 69 PASS PASS: worker: event.reason is good bye
70 DONE 70 DONE
71 PASS successfullyParsed is true 71 PASS successfullyParsed is true
72 72
73 TEST COMPLETE 73 TEST COMPLETE
74 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698