blob: 4ce38fbe80be4da1f96fe3e76933bf5d006dfa69 [file] [log] [blame]
Test backtracking with a single direct adjacent relation.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.querySelectorAll("blockquote+li~li").length is 2
PASS document.querySelectorAll("blockquote+li~li")[0].id is "target1"
PASS document.querySelectorAll("blockquote+li~li")[1].id is "target2"
PASS successfullyParsed is true
TEST COMPLETE