blob: 5fbf5c2b5ee2feb7aa51bf60cdae908e7f7514d0 (
plain)
1
2
3
4
5
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-32.html */
.red { background-color : red }
.t1 td:first-child { background-color : lime }
p > *:first-child { background-color : lime }
|