Summary

Harness status: OK

Found 4 tests

Details

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