| OLD | NEW |
| 1 CONSOLE WARNING: /deep/ combinator is deprecated. See https://www.chromestatus.c
om/features/6750456638341120 for more details. | |
| 2 crbug.com/359854: test for traversing elements in shadow tree. | 1 crbug.com/359854: test for traversing elements in shadow tree. |
| 3 | 2 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 4 |
| 6 | 5 |
| 7 PASS document.querySelector('body /deep/ #target').id is "target" | 6 PASS document.querySelector('body /deep/ #target').id is "target" |
| 8 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
| 9 | 8 |
| 10 TEST COMPLETE | 9 TEST COMPLETE |
| 11 | 10 |
| OLD | NEW |