CSS 3 Module <== Test # ==>
W3C Selectors 59 of 166
Testing Date Revision
Child combinator and classes (ID #44c) 21-june-2003 1.1
This should be unstyled.
This should have a green background.
  .fail > div { background: red; color: yellow; }
  .control { background: green; color: white; }
  <div> This should be unstyled. </div>
  <div class="control"> This should have a green background. </div>