summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/WebIDL/ecmascript-binding
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-02-25 01:03:57 +0000
committerMoonchild <moonchild@palemoon.org>2021-02-25 01:03:57 +0000
commitceadffab6b357723981a429e11222daf6cd6dcfb (patch)
tree5603053048d6a460f79b22bdf165fb74d32d39b0 /testing/web-platform/meta/WebIDL/ecmascript-binding
parent14fb2f966e9b54598c451e3cb35b4aa0480dafed (diff)
parentad5a13bd501e379517da1a944c104a11d951a3f5 (diff)
downloadUXP-RC_20210225.tar
UXP-RC_20210225.tar.gz
UXP-RC_20210225.tar.lz
UXP-RC_20210225.tar.xz
UXP-RC_20210225.zip
Merge branch 'master' into releaseRC_20210225
Diffstat (limited to 'testing/web-platform/meta/WebIDL/ecmascript-binding')
-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, 0 insertions, 50 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
deleted file mode 100644
index 13fa99690..000000000
--- a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor.html.ini
+++ /dev/null
@@ -1,8 +0,0 @@
-[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
deleted file mode 100644
index 39e25898e..000000000
--- a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.html.ini
+++ /dev/null
@@ -1,8 +0,0 @@
-[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
deleted file mode 100644
index 66a75c592..000000000
--- a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/constructor-object.worker.js.ini
+++ /dev/null
@@ -1,8 +0,0 @@
-[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
deleted file mode 100644
index 1e0169e78..000000000
--- a/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini
+++ /dev/null
@@ -1,26 +0,0 @@
-[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
-