diff options
Diffstat (limited to 'testing/web-platform/meta/shadow-dom/Element-interface-attachShadow.html.ini')
-rw-r--r-- | testing/web-platform/meta/shadow-dom/Element-interface-attachShadow.html.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/meta/shadow-dom/Element-interface-attachShadow.html.ini b/testing/web-platform/meta/shadow-dom/Element-interface-attachShadow.html.ini new file mode 100644 index 000000000..b9df3f236 --- /dev/null +++ b/testing/web-platform/meta/shadow-dom/Element-interface-attachShadow.html.ini @@ -0,0 +1,14 @@ +[Element-interface-attachShadow.html] + type: testharness + [Check the existence of Element.attachShadow] + expected: FAIL + + [Element.attachShadow must create an instance of ShadowRoot] + expected: FAIL + + [Element.attachShadow must throw a InvalidStateError if the context object already hosts a shadow tree] + expected: FAIL + + [Element.attachShadow must throw a NotSupportedError for button, details, input, marquee, meter, progress, select, textarea, and keygen elements] + expected: FAIL + |