diff options
Diffstat (limited to 'testing/web-platform/meta/shadow-dom/Element-interface-shadowRoot-attribute.html.ini')
-rw-r--r-- | testing/web-platform/meta/shadow-dom/Element-interface-shadowRoot-attribute.html.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/meta/shadow-dom/Element-interface-shadowRoot-attribute.html.ini b/testing/web-platform/meta/shadow-dom/Element-interface-shadowRoot-attribute.html.ini new file mode 100644 index 000000000..66573a688 --- /dev/null +++ b/testing/web-platform/meta/shadow-dom/Element-interface-shadowRoot-attribute.html.ini @@ -0,0 +1,8 @@ +[Element-interface-shadowRoot-attribute.html] + type: testharness + [shadowRoot attribute must return the open shadow root associated with the element] + expected: FAIL + + [shadowRoot attribute must return null if the shadow root attached to the element is closed] + expected: FAIL + |