Pass | defineProperty setter CONNECTING | Asserts runPass | 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) |
|
Pass | defineProperty setter OPEN | Asserts runPass | 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) |
|
Pass | defineProperty setter CLOSING | Asserts runPass | 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) |
|
Pass | defineProperty setter CLOSED | Asserts runPass | 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) |
|