blob: d9448f62173bdce2b84ac9e0c1f7836b47d54ae9 [file] [log] [blame]
WebSocket.protocol should not be modified.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS ws.protocol is ""
PASS ws.protocol is ""
Connected
PASS ws.protocol is "chat"
PASS ws.protocol is "chat"
Closed
PASS ws.protocol is "chat"
PASS ws.protocol is "chat"
PASS closeEvent.wasClean is true
Exited onclose handler
PASS ws.protocol is "chat"
PASS ws.protocol is "chat"
PASS successfullyParsed is true
TEST COMPLETE