| CSS 3 Module | <== Test # ==> | |
|---|---|---|
| W3C Selectors | 160 of 176 | |
| Testing | Date | Revision | 
| Parsing : vs :: (ID #177b) | 2003-06-22 | 1.0 | 
This line should be green.
 div { color: green; }
 p::first-child { color: yellow; background: red; }
   <div> <p>This line should be green.</p> </div>