CSS 3 Module <== Test # ==>
W3C Selectors 103 of 150 of the static tests category
Testing Date Revision
Simple combination of descendant and child combinators (ID #89) 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>