mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 03:18:47 +00:00
15 lines
503 B
INI
15 lines
503 B
INI
[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
|
|
|