blob: 9e1de6dab46c5d7e3bc8bcaf2a49bb227e7c2411 [file] [log] [blame]
// META: script=constants.sub.js
// META: variant=
// META: variant=?wpt_flags=h2
// META: variant=?wss
test(function() {
var wsocket = CreateWebSocket(true, false);
assert_equals(wsocket.protocol, "", "protocol should be empty");
wsocket.close();
}, "Create WebSocket - wsocket.protocol should be empty before connection is established")