blob: 5869d3161a590325e4baaa1b1010d97a55a16711 (
plain)
1
2
3
4
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-82.html */
.red { background-color : red }
.t1 *:not(:only-of-type) { background-color : lime }
|