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

Side by Side Diff: LayoutTests/http/tests/websocket/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: WebSocket connection to 'ws://127.0.0.1:8880/close' failed: Web Socket is closed before the connection is established. 1 CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/close' failed: Web Socket is closed before the connection is established.
2 CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/close' failed: Web Socket is closed before the connection is established. 2 CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/close' failed: Web Socket is closed before the connection is established.
3 Verify WebSocket::close behaviors. 3 Verify WebSocket::close behaviors.
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 exceptionProto === DOMException.prototype is true 9 PASS exceptionProto === DOMException.prototype is true
10 PASS exceptionName is invalidAccessErr 10 PASS exceptionName is invalidAccessErr
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 Code and reason must be 114 Code and reason must be
115 code : 4999 115 code : 4999
116 reason: © Google 116 reason: © Google
117 PASS closeEvent.wasClean is true 117 PASS closeEvent.wasClean is true
118 PASS closeEvent.code is code 118 PASS closeEvent.code is code
119 PASS closeEvent.reason is reason 119 PASS closeEvent.reason is reason
120 PASS successfullyParsed is true 120 PASS successfullyParsed is true
121 121
122 TEST COMPLETE 122 TEST COMPLETE
123 123
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698