blob: 1bb44988dcef27445a8ba3fdfad04f6b9f298d22 [file] [log] [blame]
Test WebSocket subprotocol negotiation.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS ws.protocol is ""
Connected
PASS ws.protocol is "superchat"
Received: superchat
PASS receivedMessage is "superchat"
Closed
PASS ws.protocol is "superchat"
PASS closeEvent.wasClean is true
Exited onclose handler
PASS ws.protocol is "superchat"
PASS successfullyParsed is true
TEST COMPLETE