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