blob: 75604e30475d3533be15bc1a27fa14e54a278e1d [file] [log] [blame]
Test backtracking with a single child selector relation.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.querySelectorAll("ul>li p").length is 2
PASS document.querySelectorAll("ul>li p")[0].id is "target1"
PASS document.querySelectorAll("ul>li p")[1].id is "target2"
PASS successfullyParsed is true
TEST COMPLETE