Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / websocket / no-subprotocol-expected.txt
blob4f045b04cbcdd664064a7d81a55f489f9988da06
1 WebSocket's protocol attribute should be an empty string if the server did not provide Sec-WebSocket-Protocol header.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS ws.protocol is ""
6 Connected
7 PASS ws.protocol is ""
8 Closed
9 PASS ws.protocol is ""
10 PASS closeEvent.wasClean is true
11 Exited onclose handler
12 PASS ws.protocol is ""
13 PASS successfullyParsed is true
15 TEST COMPLETE