OLD | NEW |
1 CONSOLE WARNING: Calling Element.createShadowRoot() for an element which already
hosts a shadow root is deprecated. See https://www.chromestatus.com/features/46
68884095336448 for more details. | 1 CONSOLE WARNING: line 16: Calling Element.createShadowRoot() for an element whic
h already hosts a shadow root is deprecated. See https://www.chromestatus.com/fe
atures/4668884095336448 for more details. |
2 This test ensure that the multiple shadow root is available. | 2 This test ensure that the multiple shadow root is available. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 PASS internals.shadowRoot(div) is null | 7 PASS internals.shadowRoot(div) is null |
8 PASS internals.shadowRoot(div) is shadowRoot1 | 8 PASS internals.shadowRoot(div) is shadowRoot1 |
9 PASS shadowRoot1.olderShadowRoot is null | 9 PASS shadowRoot1.olderShadowRoot is null |
10 PASS internals.shadowRoot(div) is shadowRoot2 | 10 PASS internals.shadowRoot(div) is shadowRoot2 |
11 PASS shadowRoot2.olderShadowRoot is shadowRoot1 | 11 PASS shadowRoot2.olderShadowRoot is shadowRoot1 |
12 PASS internals.shadowRoot(div) is shadowRoot3 | 12 PASS internals.shadowRoot(div) is shadowRoot3 |
13 PASS shadowRoot3.olderShadowRoot is shadowRoot2 | 13 PASS shadowRoot3.olderShadowRoot is shadowRoot2 |
14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
15 | 15 |
16 TEST COMPLETE | 16 TEST COMPLETE |
17 | 17 |
OLD | NEW |