blob: 5190600df765a70f56d30f61d296de9ff592df58 (
plain)
1
2
3
4
5
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-36.html */
.red { background-color : red }
p:only-child { background-color : lime }
div.testText > div > p { margin-left : 1em }
|