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