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

Side by Side Diff: LayoutTests/http/tests/websocket/workers/multiple-subprotocols-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 Test WebSocket subprotocol negotiation in workers. 1 Test WebSocket subprotocol negotiation in workers.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS PASS: ws.protocol is equal to "" 5 PASS PASS: ws.protocol is equal to ""
6 INFO: Connected 6 INFO: Connected
7 PASS PASS: ws.protocol is equal to "superchat" 7 PASS PASS: ws.protocol is equal to "superchat"
8 INFO: Received: superchat 8 INFO: Received: superchat
9 PASS PASS: receivedMessage is equal to "superchat" 9 PASS PASS: receivedMessage is equal to "superchat"
10 INFO: Closed 10 INFO: Closed
11 PASS PASS: ws.protocol is equal to "superchat" 11 PASS PASS: ws.protocol is equal to "superchat"
12 PASS PASS: closeEvent.wasClean is true 12 PASS PASS: closeEvent.wasClean is true
13 INFO: Exited onclose handler 13 INFO: Exited onclose handler
14 PASS PASS: ws.protocol is equal to "superchat" 14 PASS PASS: ws.protocol is equal to "superchat"
15 DONE 15 DONE
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698