summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-02 21:47:43 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-26 15:50:10 -0500
commit5b814fffd697bf16a4ac0a1242547b175b969411 (patch)
treec9908922e46b99572e33e125d63430be059559f2 /testing
parent6ea0acf750ea7ba38b86cae1f3c6ba8d239c6e9e (diff)
downloadUXP-5b814fffd697bf16a4ac0a1242547b175b969411.tar
UXP-5b814fffd697bf16a4ac0a1242547b175b969411.tar.gz
UXP-5b814fffd697bf16a4ac0a1242547b175b969411.tar.lz
UXP-5b814fffd697bf16a4ac0a1242547b175b969411.tar.xz
UXP-5b814fffd697bf16a4ac0a1242547b175b969411.zip
Bug 1274159 - Part 3-2: Update web-platform-test expected result;
Tag UXP Issue #1344
Diffstat (limited to 'testing')
-rw-r--r--testing/web-platform/meta/custom-elements/CustomElementRegistry.html.ini3
-rw-r--r--testing/web-platform/meta/custom-elements/HTMLElement-constructor.html.ini11
-rw-r--r--testing/web-platform/meta/custom-elements/htmlconstructor/newtarget.html.ini14
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 f62b64dfb..29be90bea 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 0d2d4374f..000000000
--- 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 f77a64e1d..000000000
--- 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
-