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