| CSS 3 Module | <== Test # ==> | |
|---|---|---|
| W3C Selectors | 57 of 140 of the static tests category | |
| Testing | Date | Revision | 
| Direct adjacent combinator and classes (ID #45c) | 6-december-2002 | 1.1 | 
  .fail + div { background: red; }
  .control { background: lime; }
   <div> This should be unstyled. </div> <div class="control"> This should have a green background. </div>