CSS 3 Module <== Test # ==>
W3C Selectors 103 of 140 of the static tests category
Testing Date Revision
:empty pseudo-class and text (ID #148) 15-november-2001 1.0

This line should have a green background.

 p { background: lime; }
 p:empty { background: red; }
 <p>This line should have a green background.</p>