servo/tests/wpt/metadata/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini
2016-02-16 17:33:10 +01:00

38 lines
1,004 B
INI

[exceptions.html]
type: testharness
[exception.hasOwnProperty("name")]
expected: FAIL
[Object.getOwnPropertyDescriptor(exception, "name")]
expected: FAIL
[typeof exception.message === "string"]
expected: FAIL
[Object.getOwnPropertyDescriptor(exception, "code")]
expected: FAIL
[In iframe: Object.getPrototypeOf(exception) === DOMException.prototype]
expected: FAIL
[In iframe: exception.hasOwnProperty("name")]
expected: FAIL
[In iframe: exception.name === "HierarchyRequestError"]
expected: FAIL
[In iframe: Object.getOwnPropertyDescriptor(exception, "name")]
expected: FAIL
[In iframe: Object.getOwnPropertyDescriptor(exception, "message")]
expected: FAIL
[In iframe: Object.prototype.toString.call(exception) === "[object DOMException\]"]
expected: FAIL
[In iframe: exception.code === DOMException.HIERARCHY_REQUEST_ERR]
expected: FAIL
[In iframe: Object.getOwnPropertyDescriptor(exception, "code")]
expected: FAIL