blob: a21c7dbf6d4b9771e16401922994357dc698d474 (
plain)
1
2
3
4
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-27b.html */
* html { background-color: red; }
* :root { background-color: red; }
p { color: green; }
|