e1da62bb8a5b3ec3d018501bfbcb7e8f7ec6259f
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / websocket / websocket-handshake-expected.txt
1 PASS successfullyParsed is true
2
3 TEST COMPLETE
4 onopen
5 Tests that WebSocket handshake information is passed to Web Inspector.
6
7 log: 
8 log: requestMethod: GET
9 log: requestHeaders
10 log:     Accept-Encoding: gzip,deflate
11 log:     Accept-Language: en-us,en
12 log:     Cache-Control: no-cache
13 log:     Connection: Upgrade
14 log:     Host: localhost:8880
15 log:     Origin: http://127.0.0.1:8000/
16 log:     Pragma: no-cache
17 log:     Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits
18 log:     Sec-WebSocket-Key: ***
19 log:     Sec-WebSocket-Version: 13
20 log:     Upgrade: websocket
21 log:     User-Agent: ***
22 log: statusCode: 101
23 log: statusText: Switching Protocols
24 log: responseHeaders
25 log:     Connection: Upgrade
26 log:     Sec-WebSocket-Accept: ***
27 log:     Upgrade: websocket
28 log:     foo: FUGA
29 log:     foo: bar, baz
30 log:     foo: hoge
31 log:     xxx: yyy
32