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

This text should be green.

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