summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/WebIDL
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/WebIDL')
-rw-r--r--testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor.html.ini8
-rw-r--r--testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.html.ini8
-rw-r--r--testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.worker.js.ini8
-rw-r--r--testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini26
4 files changed, 50 insertions, 0 deletions
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
+