OLD | NEW |
1 Test WebSocket bad sub-protocol names (empty). | 1 Test WebSocket bad sub-protocol names (empty). |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 PASS new WebSocket("ws://127.0.0.1:8880/simple", "") threw exception SyntaxError
: Failed to execute 'connect' on 'WebSocket': The subprotocol '' is invalid.. | 5 PASS new WebSocket("ws://127.0.0.1:8880/simple", "") threw exception SyntaxError
: The subprotocol '' is invalid.. |
6 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
7 | 7 |
8 TEST COMPLETE | 8 TEST COMPLETE |
9 | 9 |
OLD | NEW |