OLD | NEW |
1 CONSOLE WARNING: line 124: WebSocket connection to 'ws://127.0.0.1:8880/close' f
ailed: WebSocket is closed before the connection is established. | 1 CONSOLE WARNING: line 124: WebSocket connection to 'ws://127.0.0.1:8880/close' f
ailed: WebSocket is closed before the connection is established. |
2 CONSOLE WARNING: line 165: WebSocket connection to 'ws://127.0.0.1:8880/close' f
ailed: WebSocket is closed before the connection is established. | 2 CONSOLE WARNING: line 165: WebSocket connection to 'ws://127.0.0.1:8880/close' f
ailed: WebSocket is closed before the connection is established. |
3 Verify WebSocket::close behaviors in Worker. | 3 Verify WebSocket::close behaviors in Worker. |
4 | 4 |
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
6 | 6 |
7 Invalid code test: 0 | 7 Invalid code test: 0 |
8 Code 999 must cause InvalidAccessError. | 8 Code 999 must cause InvalidAccessError. |
9 PASS PASS: worker: exceptionName is invalidAccessErr | 9 PASS PASS: worker: exceptionName is invalidAccessErr |
10 Invalid code test: 1 | 10 Invalid code test: 1 |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 code : 4999 | 87 code : 4999 |
88 reason: © Google | 88 reason: © Google |
89 PASS PASS: worker: closeEvent.wasClean is true | 89 PASS PASS: worker: closeEvent.wasClean is true |
90 PASS PASS: worker: closeEvent.code is code | 90 PASS PASS: worker: closeEvent.code is code |
91 PASS PASS: worker: closeEvent.reason is reason | 91 PASS PASS: worker: closeEvent.reason is reason |
92 DONE | 92 DONE |
93 PASS successfullyParsed is true | 93 PASS successfullyParsed is true |
94 | 94 |
95 TEST COMPLETE | 95 TEST COMPLETE |
96 | 96 |
OLD | NEW |