blob: f08648b3977727238c79e1340273d963a2c983ab [file] [log] [blame]
PASS Selector '.a :where(.b, .c)" should find the expected elements
PASS Selector '.a :where(.c#d, .e)" should find the expected elements
PASS Selector '.a :where(.e+.f, .g>.b, .h)" should find the expected elements
PASS Selector '.a+:where(.b+.f, :where(.c>.e, .g))" should find the expected elements
PASS Selector '.a :where(:is(:is(.b ~ .c)))" should find the expected elements
PASS Selector '.b + :where(.c + .c + .c, .b + .c:not(span), .b + .c + .e) ~ .h" should find the expected elements