CSS 3 Module <== Test # ==>
W3C Selectors 107 of 108 of the static tests category
Testing Date Revision
Syntax and parsing of unknown psuedo-classes (ID #160) 20-november-2001 1.0

This line should have a green background.

  p { background: lime; }
  p:subject { background: red; } /* this is not valid CSS, and if UAs implemented the experimental :subject pseudo-class they should have used the :-vnd-property syntax. */
 <p>This line should have a green background.</p>