Summary

Harness status: OK

Found 12 tests

Details

ResultTest NameMessage
PassObject.getPrototypeOf(exception) === DOMException.prototype
Asserts run
Pass
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)
Passexception.hasOwnProperty("name")
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:30:5)
Passexception.hasOwnProperty("message")
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:33:5)
Passexception.name === "HierarchyRequestError"
Asserts run
Pass
assert_equals("HierarchyRequestError", "HierarchyRequestError")
    at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:37:5)
Passexception.code === DOMException.HIERARCHY_REQUEST_ERR
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:41:5)
PassObject.prototype.toString.call(exception) === "[object DOMException]"
Asserts run
Pass
assert_equals("[object DOMException]", "[object DOMException]")
    at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:45:5)
PassIn iframe: Object.getPrototypeOf(exception) === DOMException.prototype
Asserts run
Pass
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)
PassIn iframe: exception.hasOwnProperty("name")
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:30:5)
PassIn iframe: exception.hasOwnProperty("message")
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:33:5)
PassIn iframe: exception.name === "HierarchyRequestError"
Asserts run
Pass
assert_equals("HierarchyRequestError", "HierarchyRequestError")
    at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:37:5)
PassIn iframe: exception.code === DOMException.HIERARCHY_REQUEST_ERR
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:41:5)
PassIn iframe: Object.prototype.toString.call(exception) === "[object DOMException]"
Asserts run
Pass
assert_equals("[object DOMException]", "[object DOMException]")
    at Test.<anonymous> ( /webidl/ecmascript-binding/es-exceptions/exceptions.html:45:5)