| OLD | NEW |
| 1 CONSOLE WARNING: line 74: 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. |
| 1 This test checks dom extensions. | 2 This test checks dom extensions. |
| 2 | 3 |
| 3 | 4 |
| 4 Running: traverseNextNodeInShadowDom | 5 Running: traverseNextNodeInShadowDom |
| 5 #document-fragment | 6 #document-fragment |
| 6 DIV.shadow-component1 | 7 DIV.shadow-component1 |
| 7 CONTENT | 8 CONTENT |
| 8 DIV.component1-content | 9 DIV.component1-content |
| 9 text 1 | 10 text 1 |
| 10 SPAN.component1-content | 11 SPAN.component1-content |
| 11 text 4 | 12 text 4 |
| 12 CONTENT | 13 CONTENT |
| 13 SPAN | 14 SPAN |
| 14 text 3 | 15 text 3 |
| 15 DIV.component2 | 16 DIV.component2 |
| 16 #document-fragment | 17 #document-fragment |
| 17 DIV.shadow-component1 | 18 DIV.shadow-component1 |
| 18 DIV.mid-div | 19 DIV.mid-div |
| 19 DIV | 20 DIV |
| 20 component2-text | 21 component2-text |
| 21 CONTENT | 22 CONTENT |
| 22 DIV.component2-content | 23 DIV.component2-content |
| 23 text 2 | 24 text 2 |
| 24 DIV.component2-content | 25 DIV.component2-content |
| 25 component2 light dom text | 26 component2 light dom text |
| 26 | 27 |
| OLD | NEW |