| CSS 3 Module | <== Test # ==> | |
|---|---|---|
| W3C Selectors | 66 of 172 | |
| Testing | Date | Revision | 
| Child combinatior and IDs (ID #44d) | 2001-11-21 | 1.0 | 
This should have a green background.
  #fail > div { background: red; }
  p { background: green; }
   <div> This should be unstyled. </div> <p> This should have a green background. </p>