diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 06:38:37 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 06:38:37 -0400 |
commit | 3758434680616e91edf696e546fe3cc3b1d4da9c (patch) | |
tree | 845788e5a7a90326c7026a7bd139bc222352a54f /testing | |
parent | 55d83ea6f9aa9d99963a4d1fb1f96a3b633ede49 (diff) | |
download | uxp-3758434680616e91edf696e546fe3cc3b1d4da9c.tar.gz |
Bug 1408341 - Implement assignedSlot on Element and Text
Tag #1375
Diffstat (limited to 'testing')
-rw-r--r-- | testing/web-platform/meta/dom/interfaces.html.ini | 6 | ||||
-rw-r--r-- | testing/web-platform/meta/shadow-dom/Slotable-interface.html.ini | 4 |
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 2a0c6da049..988efdf978 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 346edcd4f5..6ef193dee6 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 |