]> Pileus Git - ~andy/gtk/blob - tests/reftests/css-match-descendant-later.css
reftests: Add another background-size test
[~andy/gtk] / tests / reftests / css-match-descendant-later.css
1 GtkEventBox {
2   background-color: blue
3 }
4
5 GtkGrid GtkEventBox {
6   background-color: red
7 }
8
9 GtkWindow > GtkGrid GtkEventBox {
10   background-color: blue
11 }