Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passlone low surrogate
Asserts run
Pass
assert_throws_dom("INVALID_STATE_ERR", function "function(){ws.send('a\uDC00x')}")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/send/004.html:13:3)
Passlone high surrogate
Asserts run
Pass
assert_throws_dom("INVALID_STATE_ERR", function "function(){ws.send('a\uD800x')}")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/send/004.html:18:3)
Passsurrogates in wrong order
Asserts run
Pass
assert_throws_dom("INVALID_STATE_ERR", function "function(){ws.send('a\uDC00\uD800x')}")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/send/004.html:23:3)