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 | 444f4e9d444f4cdf583d96137637e6fab52f9a4f (patch) | |
tree | 6608bac749f8ec0d2a334f49ab79f99ec232ccd4 /testing | |
parent | 65436275d79fc19c52db59b642b002ca2753af20 (diff) | |
download | uxp-444f4e9d444f4cdf583d96137637e6fab52f9a4f.tar.gz |
Bug 1274159 - Part 1: Support looking up definitions by using constructor as a key;
Tag UXP Issue mcp-graveyard/UXP#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 - |