| CSS 3 Module | <== Test # ==> | |
|---|---|---|
| W3C Selectors | 163 of 176 | |
| Testing | Date | Revision | 
| ::first-line after <br> (ID #179a) | 2004-02-29 | 1.0 | 
This line should be green.
  p { color: green; }
  p:first-line { background: red; color: yellow; font-size: 4em; }
  p::first-line { background: red; color: yellow; font-size: 4em; }
   <p><br>This line should be green.</p>