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