summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/WebIDL
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/WebIDL
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
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
+