CSS 3 Module <== Test # ==>
W3C Selectors 113 of 140 of the static tests category
Testing Date Revision
Syntax and parsing (ID #155c) 27-november-2001 1.0

This line should have a green background.

  p { background: lime; }
  .one.word { background: red; }
 <p class="one.word">This line should have a green background.</p>