blob: 8d533fd2e04f14274c6639e68fc9a3ae9dd8fe90 [file] [log] [blame]
// META: script=constants.sub.js
// META: variant=
// META: variant=?wss
// META: variant=?wpt_flags=h2
test(function() {
var wsocket;
assert_throws_dom("SYNTAX_ERR", function() {
wsocket = CreateWebSocketNonAbsolute()
});
}, "Create WebSocket - Pass a non absolute URL - SYNTAX_ERR is thrown")