CSS 3 Module <== Test # ==>
W3C Selectors 15 of 139 of the static tests category
Testing Date Revision
More than one class selector (ID #14b) 6-december-2002 1.0

This line should be green.

p { background: green; color: white; }
.t1.fail { background: red; color: yellow; }
.fail.t1 { background: red; color: yellow; }
.t2.fail { background: red; color: yellow; }
.fail.t2 { background: red; color: yellow; }
  <p class="t1 t2">This line should be green.</p>