CSS 3 Module <== Test # ==>
W3C Selectors 29 of 140 of the static tests category
Testing Date Revision
:root pseudo-class (ID #27) 11-july-2001 1.0

The background of the document should be green

html { background-color : red }
*:root { background-color: lime }
<p>The background of the document should be green</p>