Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / virtual / stable / http / tests / websocket / invalid-encode-length-expected.txt
1 CONSOLE ERROR: line 21: WebSocket connection to 'ws://127.0.0.1:8880/invalid-encode-length?case=126_125' failed: The minimal number of bytes MUST be used to encode the length
2 CONSOLE ERROR: line 21: WebSocket connection to 'ws://127.0.0.1:8880/invalid-encode-length?case=126_0' failed: The minimal number of bytes MUST be used to encode the length
3 CONSOLE ERROR: line 21: WebSocket connection to 'ws://127.0.0.1:8880/invalid-encode-length?case=127_65535' failed: The minimal number of bytes MUST be used to encode the length
4 CONSOLE ERROR: line 21: WebSocket connection to 'ws://127.0.0.1:8880/invalid-encode-length?case=127_0' failed: The minimal number of bytes MUST be used to encode the length
5 Test whether WebSocket aborts the connection when it receives an unexpected encoding length frame.
6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8
9 Case 126_125: Test started.
10 onopen() was called.
11 onclose() was called.
12 PASS closeEvent.wasClean is false
13 Case 126_0: Test started.
14 onopen() was called.
15 onclose() was called.
16 PASS closeEvent.wasClean is false
17 Case 127_65535: Test started.
18 onopen() was called.
19 onclose() was called.
20 PASS closeEvent.wasClean is false
21 Case 127_0: Test started.
22 onopen() was called.
23 onclose() was called.
24 PASS closeEvent.wasClean is false
25 PASS successfullyParsed is true
26
27 TEST COMPLETE
28