OLD | NEW |
1 CONSOLE ERROR: line 21: WebSocket connection to 'ws://127.0.0.1:8880/invalid-enc
ode-length?case=126_125' failed: The minimal number of bytes MUST be used to enc
ode the length | 1 CONSOLE ERROR: line 21: WebSocket connection to 'ws://127.0.0.1:8880/invalid-enc
ode-length?case=126_125' failed: The minimal number of bytes MUST be used to enc
ode the length |
2 CONSOLE ERROR: line 21: WebSocket connection to 'ws://127.0.0.1:8880/invalid-enc
ode-length?case=126_0' failed: The minimal number of bytes MUST be used to encod
e the length | 2 CONSOLE ERROR: line 21: WebSocket connection to 'ws://127.0.0.1:8880/invalid-enc
ode-length?case=126_0' failed: The minimal number of bytes MUST be used to encod
e the length |
3 CONSOLE ERROR: line 21: WebSocket connection to 'ws://127.0.0.1:8880/invalid-enc
ode-length?case=127_65535' failed: The minimal number of bytes MUST be used to e
ncode the length | 3 CONSOLE ERROR: line 21: WebSocket connection to 'ws://127.0.0.1:8880/invalid-enc
ode-length?case=127_65535' failed: The minimal number of bytes MUST be used to e
ncode the length |
4 CONSOLE ERROR: line 21: WebSocket connection to 'ws://127.0.0.1:8880/invalid-enc
ode-length?case=127_0' failed: The minimal number of bytes MUST be used to encod
e the length | 4 CONSOLE ERROR: line 21: WebSocket connection to 'ws://127.0.0.1:8880/invalid-enc
ode-length?case=127_0' failed: The minimal number of bytes MUST be used to encod
e the length |
5 Test whether WebSocket aborts the connection when it receives an unexpected enco
ding length frame. | 5 Test whether WebSocket aborts the connection when it receives an unexpected enco
ding length frame. |
6 | 6 |
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
8 | 8 |
9 Case 126_125: Test started. | 9 Case 126_125: Test started. |
10 onopen() was called. | 10 onopen() was called. |
11 onclose() was called. | 11 onclose() was called. |
12 PASS closeEvent.wasClean is false | 12 PASS closeEvent.wasClean is false |
13 Case 126_0: Test started. | 13 Case 126_0: Test started. |
14 onopen() was called. | 14 onopen() was called. |
15 onclose() was called. | 15 onclose() was called. |
16 PASS closeEvent.wasClean is false | 16 PASS closeEvent.wasClean is false |
17 Case 127_65535: Test started. | 17 Case 127_65535: Test started. |
18 onopen() was called. | 18 onopen() was called. |
19 onclose() was called. | 19 onclose() was called. |
20 PASS closeEvent.wasClean is false | 20 PASS closeEvent.wasClean is false |
21 Case 127_0: Test started. | 21 Case 127_0: Test started. |
22 onopen() was called. | 22 onopen() was called. |
23 onclose() was called. | 23 onclose() was called. |
24 PASS closeEvent.wasClean is false | 24 PASS closeEvent.wasClean is false |
25 PASS successfullyParsed is true | 25 PASS successfullyParsed is true |
26 | 26 |
27 TEST COMPLETE | 27 TEST COMPLETE |
28 | 28 |
OLD | NEW |