| OLD | NEW |
| 1 CONSOLE WARNING: ::shadow pseudo-element is deprecated. See https://www.chromest
atus.com/features/6750456638341120 for more details. | |
| 2 crbug.com/337618: querySelector needs ensure distribution. | 1 crbug.com/337618: querySelector needs ensure distribution. |
| 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 barShadowRoot.querySelectorAll(":host-context(.foo)::shadow div")[0].id is
"bar" | 6 PASS barShadowRoot.querySelectorAll(":host-context(.foo)::shadow div")[0].id is
"bar" |
| 8 PASS barShadowRoot.querySelectorAll(":host-context(.foo)::shadow div")[0] is und
efined | 7 PASS barShadowRoot.querySelectorAll(":host-context(.foo)::shadow div")[0] is und
efined |
| 9 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
| 10 | 9 |
| 11 TEST COMPLETE | 10 TEST COMPLETE |
| 12 | 11 |
| OLD | NEW |