summaryrefslogtreecommitdiffstats
path: root/testing/web-platform
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-17 06:38:37 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-17 06:38:37 -0400
commit3758434680616e91edf696e546fe3cc3b1d4da9c (patch)
tree845788e5a7a90326c7026a7bd139bc222352a54f /testing/web-platform
parent55d83ea6f9aa9d99963a4d1fb1f96a3b633ede49 (diff)
downloadUXP-3758434680616e91edf696e546fe3cc3b1d4da9c.tar
UXP-3758434680616e91edf696e546fe3cc3b1d4da9c.tar.gz
UXP-3758434680616e91edf696e546fe3cc3b1d4da9c.tar.lz
UXP-3758434680616e91edf696e546fe3cc3b1d4da9c.tar.xz
UXP-3758434680616e91edf696e546fe3cc3b1d4da9c.zip
Bug 1408341 - Implement assignedSlot on Element and Text
Tag #1375
Diffstat (limited to 'testing/web-platform')
-rw-r--r--testing/web-platform/meta/dom/interfaces.html.ini6
-rw-r--r--testing/web-platform/meta/shadow-dom/Slotable-interface.html.ini4
2 files changed, 1 insertions, 9 deletions
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