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

Side by Side Diff: LayoutTests/http/tests/websocket/workers/close-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 124: WebSocket connection to 'ws://127.0.0.1:8880/close' f ailed: WebSocket is closed before the connection is established. 1 CONSOLE WARNING: line 124: WebSocket connection to 'ws://127.0.0.1:8880/close' f ailed: WebSocket is closed before the connection is established.
2 CONSOLE WARNING: line 165: WebSocket connection to 'ws://127.0.0.1:8880/close' f ailed: WebSocket is closed before the connection is established. 2 CONSOLE WARNING: line 165: WebSocket connection to 'ws://127.0.0.1:8880/close' f ailed: WebSocket is closed before the connection is established.
3 Verify WebSocket::close behaviors in Worker. 3 Verify WebSocket::close behaviors in Worker.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 Invalid code test: 0 7 Invalid code test: 0
8 Code 999 must cause InvalidAccessError. 8 Code 999 must cause InvalidAccessError.
9 PASS PASS: worker: exceptionName is invalidAccessErr 9 PASS PASS: worker: exceptionName is invalidAccessErr
10 Invalid code test: 1 10 Invalid code test: 1
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 code : 4999 87 code : 4999
88 reason: © Google 88 reason: © Google
89 PASS PASS: worker: closeEvent.wasClean is true 89 PASS PASS: worker: closeEvent.wasClean is true
90 PASS PASS: worker: closeEvent.code is code 90 PASS PASS: worker: closeEvent.code is code
91 PASS PASS: worker: closeEvent.reason is reason 91 PASS PASS: worker: closeEvent.reason is reason
92 DONE 92 DONE
93 PASS successfullyParsed is true 93 PASS successfullyParsed is true
94 94
95 TEST COMPLETE 95 TEST COMPLETE
96 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698