diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-01-02 21:24:22 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-01-26 15:50:08 -0500 |
commit | 2d31ebf6b6bba8c1b90982f687346e5c6a0ff6ef (patch) | |
tree | 6608bac749f8ec0d2a334f49ab79f99ec232ccd4 /testing | |
parent | bc8543bf793b5c203600c57565214b5e20f54592 (diff) | |
download | uxp-2d31ebf6b6bba8c1b90982f687346e5c6a0ff6ef.tar.gz |
Bug 1274159 - Part 1: Support looking up definitions by using constructor as a key;
Tag UXP Issue #1344
Diffstat (limited to 'testing')
-rw-r--r-- | testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini | 3 | ||||
-rw-r--r-- | testing/web-platform/meta/custom-elements/custom-element-registry/define.html.ini | 26 |
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 9e2bf73856..f62b64dfb5 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 122abccd31..0000000000 --- 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 - |