From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../DOMException-constructor.html.ini | 8 +++++++ .../es-exceptions/constructor-object.html.ini | 8 +++++++ .../es-exceptions/constructor-object.worker.js.ini | 8 +++++++ .../es-exceptions/exceptions.html.ini | 26 ++++++++++++++++++++++ 4 files changed, 50 insertions(+) create mode 100644 testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor.html.ini create mode 100644 testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.html.ini create mode 100644 testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.worker.js.ini create mode 100644 testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini (limited to 'testing/web-platform/meta/WebIDL') diff --git a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor.html.ini b/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor.html.ini new file mode 100644 index 000000000..13fa99690 --- /dev/null +++ b/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor.html.ini @@ -0,0 +1,8 @@ +[DOMException-constructor.html] + type: testharness + [new DOMException("foo"): own-ness] + expected: FAIL + + [new DOMException("bar", "NotSupportedError"): own-ness] + expected: FAIL + diff --git a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.html.ini b/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.html.ini new file mode 100644 index 000000000..39e25898e --- /dev/null +++ b/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.html.ini @@ -0,0 +1,8 @@ +[constructor-object.html] + type: testharness + [existence and properties of DOMException] + expected: FAIL + + [existence of name and code properties on DOMException.prototype] + expected: FAIL + diff --git a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.worker.js.ini b/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.worker.js.ini new file mode 100644 index 000000000..66a75c592 --- /dev/null +++ b/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.worker.js.ini @@ -0,0 +1,8 @@ +[constructor-object.worker] + type: testharness + [existence and properties of DOMException] + expected: FAIL + + [existence of name and code properties on DOMException.prototype] + expected: FAIL + 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 + -- cgit v1.2.3