OLD | NEW |
1 CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/close' failed: Web
Socket is closed before the connection is established. | 1 CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/close' failed: Web
Socket is closed before the connection is established. |
2 CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/close' failed: Web
Socket is closed before the connection is established. | 2 CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/close' failed: Web
Socket is closed before the connection is established. |
3 Verify WebSocket::close behaviors. | 3 Verify WebSocket::close behaviors. |
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 exceptionProto === DOMException.prototype is true | 9 PASS exceptionProto === DOMException.prototype is true |
10 PASS exceptionName is invalidAccessErr | 10 PASS exceptionName is invalidAccessErr |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 Code and reason must be | 114 Code and reason must be |
115 code : 4999 | 115 code : 4999 |
116 reason: © Google | 116 reason: © Google |
117 PASS closeEvent.wasClean is true | 117 PASS closeEvent.wasClean is true |
118 PASS closeEvent.code is code | 118 PASS closeEvent.code is code |
119 PASS closeEvent.reason is reason | 119 PASS closeEvent.reason is reason |
120 PASS successfullyParsed is true | 120 PASS successfullyParsed is true |
121 | 121 |
122 TEST COMPLETE | 122 TEST COMPLETE |
123 | 123 |
OLD | NEW |