From 5b814fffd697bf16a4ac0a1242547b175b969411 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Thu, 2 Jan 2020 21:47:43 -0500 Subject: Bug 1274159 - Part 3-2: Update web-platform-test expected result; Tag UXP Issue #1344 --- .../meta/custom-elements/CustomElementRegistry.html.ini | 3 --- .../meta/custom-elements/HTMLElement-constructor.html.ini | 11 ----------- .../custom-elements/htmlconstructor/newtarget.html.ini | 14 -------------- 3 files changed, 28 deletions(-) delete mode 100644 testing/web-platform/meta/custom-elements/HTMLElement-constructor.html.ini delete mode 100644 testing/web-platform/meta/custom-elements/htmlconstructor/newtarget.html.ini (limited to 'testing/web-platform') 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 - -- cgit v1.2.3