From 3758434680616e91edf696e546fe3cc3b1d4da9c Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 17 Apr 2020 06:38:37 -0400 Subject: Bug 1408341 - Implement assignedSlot on Element and Text Tag #1375 --- testing/web-platform/meta/dom/interfaces.html.ini | 6 ------ testing/web-platform/meta/shadow-dom/Slotable-interface.html.ini | 4 +--- 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'testing/web-platform') diff --git a/testing/web-platform/meta/dom/interfaces.html.ini b/testing/web-platform/meta/dom/interfaces.html.ini index 2a0c6da04..988efdf97 100644 --- a/testing/web-platform/meta/dom/interfaces.html.ini +++ b/testing/web-platform/meta/dom/interfaces.html.ini @@ -27,9 +27,6 @@ [Element interface: operation attachShadow(ShadowRootInit)] expected: FAIL - [Element interface: attribute assignedSlot] - expected: FAIL - [Element interface: element must inherit property "slot" with the proper type (7)] expected: FAIL @@ -42,9 +39,6 @@ [Element interface: element must inherit property "assignedSlot" with the proper type (48)] expected: FAIL - [Text interface: attribute assignedSlot] - expected: FAIL - [Text interface: document.createTextNode("abc") must inherit property "assignedSlot" with the proper type (2)] expected: FAIL diff --git a/testing/web-platform/meta/shadow-dom/Slotable-interface.html.ini b/testing/web-platform/meta/shadow-dom/Slotable-interface.html.ini index 346edcd4f..6ef193dee 100644 --- a/testing/web-platform/meta/shadow-dom/Slotable-interface.html.ini +++ b/testing/web-platform/meta/shadow-dom/Slotable-interface.html.ini @@ -1,8 +1,6 @@ [Slotable-interface.html] type: testharness - [assignedSlot attribute must be defined on Element and Text interfaces] - expected: FAIL - + prefs: [dom.webcomponents.enabled:true] [assignedSlot must return null when the node does not have an assigned node] expected: FAIL -- cgit v1.2.3