CSS 3 Module <== Test # ==>
W3C Selectors 97 of 153 of the static tests category
Testing Date Revision
Nondeterministic matching of descendant and child combinators (ID #86) 2001-07-11 1.0

This text should be green.

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