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

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

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