blob: 73e3ee1289a8680820cf6c4fce2a0f988ca81e39 [file] [log] [blame]
Test backtracking of matching multiple attribute with a single child selector relation.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.querySelectorAll("[data-foo][data-bar]>li [style]").length is 2
PASS document.querySelectorAll("[data-foo][data-bar]>li [style]")[0].id is "target1"
PASS document.querySelectorAll("[data-foo][data-bar]>li [style]")[1].id is "target2"
PASS successfullyParsed is true
TEST COMPLETE