| #test1 :-webkit-any(::first-letter) p.target { |
| #test2 p:-webkit-any(::first-letter) { |
| #test3 p:-webkit-any(p, ::first-letter) { |
| #test4 p:-webkit-any(p, :-webkit-any(p, ::first-letter)) { |
| <p class="target" id="target1">pseudo element inside :any has no effect.</p> |
| <p class="target" id="target2">pseudo element inside :any has no effect.</p> |
| <p class="target" id="target3">pseudo element inside :any has no effect and the other selectors are matched.</p> |
| <p class="target" id="target4">pseudo element inside :any has no effect and the other selectors are matched.</p> |