gtk2/testsuite/reftests/css-match-descendant-later.css
2017-08-02 11:34:57 +01:00

12 lines
119 B
CSS

box {
background-color: blue
}
grid box {
background-color: red
}
window > grid box {
background-color: blue
}