blob: 67cfa1f122ff4eea01b38e9fb2247bb005bc4689 [file] [log] [blame]
// META: script=websocket.sub.js
test(function() {
var wsocket;
assert_throws_dom("SYNTAX_ERR", function() {
wsocket = CreateWebSocketWithRepeatedProtocols()
});
}, "Create WebSocket - Pass a valid URL and an array of protocol strings with repeated values - SYNTAX_ERR is thrown")