CSS 3 Module <== Test # ==>
W3C Selectors 49 of 128 of the static tests category
Testing Date Revision
Child combinatior and IDs (ID #44d) 21-november-2001 1.0
This should be unstyled.

This should have a green background.

  #fail > div { background: red; }
  p { background: green; }
  <div> This should be unstyled. </div>
  <p> This should have a green background. </p>