| CSS 3 Module | <== Test # ==> | |
|---|---|---|
| W3C Selectors | 140 of 140 of the static tests category | |
| Testing | Date | Revision | 
| Parsing: :not and pseudo-elements (ID #178) | 22-june-2003 | 1.0 | 
This line should be green.
 div { color: green; }
 p:not(:first-line) { color: yellow; background: red; }
 p:not(:after) { color: yellow; background: red; content: ' THIS TEST HAS FAILED! '; }
   <div> <p>This line should be green.</p> </div>