CSS 3 Module <== Test # ==>
W3C Selectors 62 of 108 of the static tests category
Testing Date Revision
NEGATED :root pseudo-class (ID #72) 12-november-2001 1.1

This paragraph should have a green background and there should be no red anywhere.

*:not(:root) { background-color: lime }
test, html, div * { background-color : red }
 <div>
  <p>This paragraph should have a green background and there should be no red anywhere.</p>
 </div>