OLD | NEW |
(Empty) | |
| 1 line 4 |
| 2 line 5 |
| 3 |
| 4 PASS testQuerySelectorAll(document, ".target + div") is "[object HTMLDivElement]
, [object HTMLDivElement], length: 2" |
| 5 PASS testQuerySelectorAll(document.getElementById("test"), ".target + div") is "
[object HTMLDivElement], [object HTMLDivElement], length: 2" |
| 6 PASS testQuerySelectorAll(document.getElementById("test2"), ".target + div") is
"length: 0" |
| 7 PASS testQuerySelectorAll(document.getElementById("test3"), ".target + div") is
"length: 0" |
| 8 PASS successfullyParsed is true |
| 9 |
| 10 TEST COMPLETE |
| 11 |
OLD | NEW |