CSS 3 Module <== Test # ==>
W3C Selectors 98 of 140 of the static tests category
Testing Date Revision
Nondeterministic matching of descendant and direct adjacent combinators (ID #88b) 12-november-2001 1.1
This text should be unstyled.

This text should be green.

p { color: green ! important; }
blockquote + div p { color: red; }
<blockquote>This text should be unstyled.</blockquote>
<div>
<div>
<p>This text should be green.</p>
</div>
</div>