Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassdefineProperty setter CONNECTING
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function(){       Object.defineProperty(WebSocket.prototype, constants[i], {         set: function() { return 'foo'; }       });     }")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/006.html:13:5)
PassdefineProperty setter OPEN
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function(){       Object.defineProperty(WebSocket.prototype, constants[i], {         set: function() { return 'foo'; }       });     }")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/006.html:13:5)
PassdefineProperty setter CLOSING
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function(){       Object.defineProperty(WebSocket.prototype, constants[i], {         set: function() { return 'foo'; }       });     }")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/006.html:13:5)
PassdefineProperty setter CLOSED
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function(){       Object.defineProperty(WebSocket.prototype, constants[i], {         set: function() { return 'foo'; }       });     }")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/006.html:13:5)