CSS 3 Module <== Test # ==>
W3C Selectors 139 of 140 of the static tests category
Testing Date Revision
Parsing : vs :: (ID #177b) 22-june-2003 1.0

This line should be green.

 div { color: green; }
 p::first-child { color: yellow; background: red; }
 <div>
  <p>This line should be green.</p>
 </div>