| OLD | NEW |
| 1 CONSOLE WARNING: line 31: WebSocket connection to 'ws://127.0.0.1:8880/echo' fai
led: WebSocket is closed before the connection is established. | 1 CONSOLE WARNING: line 31: WebSocket connection to 'ws://127.0.0.1:8880/echo' fai
led: WebSocket is closed before the connection is established. |
| 2 CONSOLE ERROR: line 73: 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 73: 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 73: 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 73: 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 73: 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 73: 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 73: 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 73: 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 in Worker. | 6 Test CloseEvent code and reason property in Worker. |
| 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 ws.onclose() was called. | 10 ws.onclose() was called. |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 PASS PASS: worker: event.code is 65535 | 65 PASS PASS: worker: event.code is 65535 |
| 66 PASS PASS: worker: event.reason is good bye | 66 PASS PASS: worker: event.reason is good bye |
| 67 PASS PASS: worker: event.wasClean is true | 67 PASS PASS: worker: event.wasClean is true |
| 68 PASS PASS: worker: event.code is 65535 | 68 PASS PASS: worker: event.code is 65535 |
| 69 PASS PASS: worker: event.reason is good bye | 69 PASS PASS: worker: event.reason is good bye |
| 70 DONE | 70 DONE |
| 71 PASS successfullyParsed is true | 71 PASS successfullyParsed is true |
| 72 | 72 |
| 73 TEST COMPLETE | 73 TEST COMPLETE |
| 74 | 74 |
| OLD | NEW |