blob: b9df3f236c17ccc4abd005abc805dc9b3c49f9d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|