Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassWebSockets: new WebSocket(url, null char)
Asserts run
Pass
assert_throws_dom("SyntaxError", function "function() {     new WebSocket(SCHEME_DOMAIN_PORT + '/empty-message',                   'a' + String.fromCharCode(0) + 'b')   }")
    at Test.<anonymous> ( /websockets/constructor/007.html:12:3)