OLD | NEW |
| (Empty) |
1 This is a testharness.js-based test. | |
2 PASS Check the existence of ShadowRoot interface | |
3 PASS ShadowRoot must inherit from DocumentFragment | |
4 PASS ShadowRoot must not be a constructor | |
5 PASS ShadowRoot.activeElement must return the focused element of the context obj
ect when shadow root is open. | |
6 PASS ShadowRoot.activeElement must return the focused element of the context obj
ect when shadow root is closed. | |
7 PASS ShadowRoot.host must return the shadow host of the context object. | |
8 PASS ShadowRoot.innerHTML must return the result of the HTML fragment serializat
ion algorithm when shadow root is open. | |
9 PASS ShadowRoot.innerHTML must return the result of the HTML fragment serializat
ion algorithm when shadow root is closed. | |
10 PASS ShadowRoot.innerHTML must replace all with the result of invoking the fragm
ent parsing algorithm when shadow root is open. | |
11 PASS ShadowRoot.innerHTML must replace all with the result of invoking the fragm
ent parsing algorithm when shadow root is closed. | |
12 FAIL ShadowRoot.styleSheets must return a StyleSheetList sequence containing the
shadow root style sheets when shadow root is open. assert_equals: shadowRoot.st
yleSheets must contain two items when the shadow root has two style elements exp
ected 2 but got 0 | |
13 FAIL ShadowRoot.styleSheets must return a StyleSheetList sequence containing the
shadow root style sheets when shadow root is closed. assert_equals: shadowRoot.
styleSheets must contain two items when the shadow root has two style elements e
xpected 2 but got 0 | |
14 Harness: the test ran to completion. | |
15 | |
OLD | NEW |