diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-01-02 21:47:43 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-01-26 15:50:10 -0500 |
commit | 5b814fffd697bf16a4ac0a1242547b175b969411 (patch) | |
tree | c9908922e46b99572e33e125d63430be059559f2 /testing | |
parent | 6ea0acf750ea7ba38b86cae1f3c6ba8d239c6e9e (diff) | |
download | uxp-5b814fffd697bf16a4ac0a1242547b175b969411.tar.gz |
Bug 1274159 - Part 3-2: Update web-platform-test expected result;
Tag UXP Issue #1344
Diffstat (limited to 'testing')
3 files changed, 0 insertions, 28 deletions
diff --git a/testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini b/testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini index f62b64dfb5..29be90beab 100644 --- a/testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini +++ b/testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini @@ -18,9 +18,6 @@ [customElements.define must rethrow an exception thrown while retrieving Symbol.iterator on observedAttributes] expected: FAIL - [customElements.define must define an instantiatable custom element] - expected: FAIL - [customElements.define must upgrade elements in the shadow-including tree order] expected: FAIL diff --git a/testing/web-platform/meta/custom-elements/HTMLElement-constructor.html.ini b/testing/web-platform/meta/custom-elements/HTMLElement-constructor.html.ini deleted file mode 100644 index 0d2d4374f6..0000000000 --- a/testing/web-platform/meta/custom-elements/HTMLElement-constructor.html.ini +++ /dev/null @@ -1,11 +0,0 @@ -[HTMLElement-constructor.html] - type: testharness - [HTMLElement constructor must infer the tag name from the element interface] - expected: FAIL - - [HTMLElement constructor must allow subclassing a custom element] - expected: FAIL - - [HTMLElement constructor must allow subclassing an user-defined subclass of HTMLElement] - expected: FAIL - diff --git a/testing/web-platform/meta/custom-elements/htmlconstructor/newtarget.html.ini b/testing/web-platform/meta/custom-elements/htmlconstructor/newtarget.html.ini deleted file mode 100644 index f77a64e1dd..0000000000 --- a/testing/web-platform/meta/custom-elements/htmlconstructor/newtarget.html.ini +++ /dev/null @@ -1,14 +0,0 @@ -[newtarget.html] - type: testharness - [Use NewTarget's prototype, not the one stored at definition time] - expected: FAIL - - [Rethrow any exceptions thrown while getting the prototype] - expected: FAIL - - [If prototype is not object, derives the fallback from NewTarget's realm (autonomous custom elements)] - expected: FAIL - - [If prototype is not object, derives the fallback from NewTarget's realm (customized built-in elements)] - expected: FAIL - |