blob: 92793854793df3fcb6802bbf1494cfffe9c6342c (
plain)
1
2
3
4
5
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-44c.html */
.fail > div { background: red; color: yellow; }
.control { background: green; color: white; }
|