OLD | NEW |
(Empty) | |
| 1 Should update distribution when needed for querySelector and related methods. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS aRoot.querySelector(':host-context(#c) #d') is d |
| 7 PASS targetRoot.querySelector('::content #a') is null |
| 8 PASS a.matches('::content #a') is false |
| 9 PASS d.matches(':host-context(#target) #d') is true |
| 10 PASS d.matches(':host-context(#c) #d') is true |
| 11 PASS b.closest('::content #a') is null |
| 12 PASS successfullyParsed is true |
| 13 |
| 14 TEST COMPLETE |
| 15 |
OLD | NEW |