summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/custom-elements
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-02 21:24:22 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-26 15:50:08 -0500
commit2d31ebf6b6bba8c1b90982f687346e5c6a0ff6ef (patch)
tree6608bac749f8ec0d2a334f49ab79f99ec232ccd4 /testing/web-platform/meta/custom-elements
parentbc8543bf793b5c203600c57565214b5e20f54592 (diff)
downloadUXP-2d31ebf6b6bba8c1b90982f687346e5c6a0ff6ef.tar
UXP-2d31ebf6b6bba8c1b90982f687346e5c6a0ff6ef.tar.gz
UXP-2d31ebf6b6bba8c1b90982f687346e5c6a0ff6ef.tar.lz
UXP-2d31ebf6b6bba8c1b90982f687346e5c6a0ff6ef.tar.xz
UXP-2d31ebf6b6bba8c1b90982f687346e5c6a0ff6ef.zip
Bug 1274159 - Part 1: Support looking up definitions by using constructor as a key;
Tag UXP Issue #1344
Diffstat (limited to 'testing/web-platform/meta/custom-elements')
-rw-r--r--testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini3
-rw-r--r--testing/web-platform/meta/custom-elements/custom-element-registry/define.html.ini26
2 files changed, 0 insertions, 29 deletions
diff --git a/testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini b/testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini
index 9e2bf7385..f62b64dfb 100644
--- a/testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini
+++ b/testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini
@@ -1,8 +1,5 @@
[CustomElementRegistry.html]
type: testharness
- [customElements.define must throw a NotSupportedError when there is already a custom element with the same class]
- expected: FAIL
-
[customElements.define must get callbacks of the constructor prototype]
expected: FAIL
diff --git a/testing/web-platform/meta/custom-elements/custom-element-registry/define.html.ini b/testing/web-platform/meta/custom-elements/custom-element-registry/define.html.ini
deleted file mode 100644
index 122abccd3..000000000
--- a/testing/web-platform/meta/custom-elements/custom-element-registry/define.html.ini
+++ /dev/null
@@ -1,26 +0,0 @@
-[define.html]
- type: testharness
- [If constructor is HTMLElement, should throw a TypeError]
- expected: FAIL
-
- [If constructor is HTMLButtonElement, should throw a TypeError]
- expected: FAIL
-
- [If constructor is HTMLImageElement, should throw a TypeError]
- expected: FAIL
-
- [If constructor is HTMLMediaElement, should throw a TypeError]
- expected: FAIL
-
- [If constructor is Image, should throw a TypeError]
- expected: FAIL
-
- [If constructor is Audio, should throw a TypeError]
- expected: FAIL
-
- [If constructor is Option, should throw a TypeError]
- expected: FAIL
-
- [If the constructor is already defined, should throw a NotSupportedError]
- expected: FAIL
-