| CSS 3 Module | <== Test # ==> | |
|---|---|---|
| W3C Selectors | 52 of 128 of the static tests category | |
| Testing | Date | Revision | 
| Direct adjacent combinator and classes (ID #45c) | 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>