Pass | Object.getPrototypeOf(exception) === DOMException.prototype | Asserts runPass | assert_equals([stringifying object threw TypeError: Illegal invocation with type object], [stringifying object threw TypeError: Illegal invocation with type object])
at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:24:5) |
|
Pass | exception.hasOwnProperty("name") | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:30:5) |
|
Pass | exception.hasOwnProperty("message") | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:33:5) |
|
Pass | exception.name === "HierarchyRequestError" | Asserts runPass | assert_equals("HierarchyRequestError", "HierarchyRequestError")
at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:37:5) |
|
Pass | exception.code === DOMException.HIERARCHY_REQUEST_ERR | Asserts runPass | assert_equals(3, 3)
at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:41:5) |
|
Pass | Object.prototype.toString.call(exception) === "[object DOMException]" | Asserts runPass | assert_equals("[object DOMException]", "[object DOMException]")
at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:45:5) |
|
Pass | In iframe: Object.getPrototypeOf(exception) === DOMException.prototype | Asserts runPass | assert_equals([stringifying object threw TypeError: Illegal invocation with type object], [stringifying object threw TypeError: Illegal invocation with type object])
at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:24:5) |
|
Pass | In iframe: exception.hasOwnProperty("name") | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:30:5) |
|
Pass | In iframe: exception.hasOwnProperty("message") | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:33:5) |
|
Pass | In iframe: exception.name === "HierarchyRequestError" | Asserts runPass | assert_equals("HierarchyRequestError", "HierarchyRequestError")
at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:37:5) |
|
Pass | In iframe: exception.code === DOMException.HIERARCHY_REQUEST_ERR | Asserts runPass | assert_equals(3, 3)
at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:41:5) |
|
Pass | In iframe: Object.prototype.toString.call(exception) === "[object DOMException]" | Asserts runPass | assert_equals("[object DOMException]", "[object DOMException]")
at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:45:5) |
|