CSS 3 Module <== Test # ==>
W3C Selectors 117 of 176
Testing Date Revision
Simple combination of direct and indirect adjacent combinators (ID #90b) 2004-03-03 1.2
This text should be unstyled.
This text should be unstyled.
This text should be unstyled.

This text should be green.

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