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 87: 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 Tests for Composed Shadow DOM Tree Traversal APIs. Can only run within DRT | 2 Tests for Composed Shadow DOM Tree Traversal APIs. Can only run within DRT |
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 ShadowRoot should be used. | 7 ShadowRoot should be used. |
8 Flat Tree: | 8 Flat Tree: |
9 #a | 9 #a |
10 #b | 10 #b |
11 | 11 |
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 #c | 364 #c |
365 Traverse in backward. | 365 Traverse in backward. |
366 #c | 366 #c |
367 #b | 367 #b |
368 #a | 368 #a |
369 | 369 |
370 PASS successfullyParsed is true | 370 PASS successfullyParsed is true |
371 | 371 |
372 TEST COMPLETE | 372 TEST COMPLETE |
373 | 373 |
OLD | NEW |