| OLD | NEW |
| 1 CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/echo' failed: WebS
ocket is closed before the connection is established. | 1 CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/echo' failed: WebS
ocket is closed before the connection is established. |
| 2 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code-
and-reason' failed: Received a broken close frame containing an invalid size bod
y. | 2 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code-
and-reason' failed: Received a broken close frame containing an invalid size bod
y. |
| 3 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code-
and-reason' failed: Received a broken close frame containing a reserved status c
ode. | 3 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code-
and-reason' failed: Received a broken close frame containing a reserved status c
ode. |
| 4 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code-
and-reason' failed: Received a broken close frame containing a reserved status c
ode. | 4 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code-
and-reason' failed: Received a broken close frame containing a reserved status c
ode. |
| 5 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code-
and-reason' failed: Received a broken close frame containing a reserved status c
ode. | 5 CONSOLE ERROR: line 80: WebSocket connection to 'ws://127.0.0.1:8880/close-code-
and-reason' failed: Received a broken close frame containing a reserved status c
ode. |
| 6 Test CloseEvent code and reason property. | 6 Test CloseEvent code and reason property. |
| 7 | 7 |
| 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 9 | 9 |
| 10 | 10 |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 PASS closeEvent.code is 65535 | 99 PASS closeEvent.code is 65535 |
| 100 PASS closeEvent.reason is 'good bye' | 100 PASS closeEvent.reason is 'good bye' |
| 101 PASS typeof closeEvent.wasClean is 'boolean' | 101 PASS typeof closeEvent.wasClean is 'boolean' |
| 102 PASS closeEvent.wasClean is true | 102 PASS closeEvent.wasClean is true |
| 103 PASS closeEvent.code is 65535 | 103 PASS closeEvent.code is 65535 |
| 104 PASS closeEvent.reason is 'good bye' | 104 PASS closeEvent.reason is 'good bye' |
| 105 PASS successfullyParsed is true | 105 PASS successfullyParsed is true |
| 106 | 106 |
| 107 TEST COMPLETE | 107 TEST COMPLETE |
| 108 | 108 |
| OLD | NEW |