diff options
Diffstat (limited to 'testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini')
-rw-r--r-- | testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini b/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini new file mode 100644 index 000000000..1e0169e78 --- /dev/null +++ b/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini @@ -0,0 +1,26 @@ +[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: exception.hasOwnProperty("name")] + expected: FAIL + + [In iframe: Object.getOwnPropertyDescriptor(exception, "name")] + expected: FAIL + + [In iframe: typeof exception.message === "string"] + expected: FAIL + + [In iframe: Object.getOwnPropertyDescriptor(exception, "code")] + expected: FAIL + |