servo/tests/wpt/metadata/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini

20 lines
495 B
INI

[exceptions.html]
type: testharness
[Object.getOwnPropertyDescriptor(exception, "name")]
expected: FAIL
[typeof exception.message === "string"]
expected: FAIL
[Object.getOwnPropertyDescriptor(exception, "code")]
expected: FAIL
[In iframe: Object.getOwnPropertyDescriptor(exception, "name")]
expected: FAIL
[In iframe: Object.getOwnPropertyDescriptor(exception, "code")]
expected: FAIL
[In iframe: typeof exception.message === "string"]
expected: FAIL