CSS 3 Module <== Test # ==>
W3C Selectors 48 of 131 of the static tests category
Testing Date Revision
Child combinator and classes (ID #44c) 21-november-2001 1.0
This should be unstyled.
This should have a green background.
  .fail > div { background: red; }
  .control { background: green; }
  <div> This should be unstyled. </div>
  <div class="control"> This should have a green background. </div>