summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-