]> Pileus Git - ~andy/gtk/blob - tests/reftests/css-match-style-property-order.css
reftests: Add a rendering test for sibling matching
[~andy/gtk] / tests / reftests / css-match-style-property-order.css
1 * {
2   -GtkWidget-focus-line-width: 0;
3   padding: 0
4 }
5
6 #test {
7   -GtkWidget-focus-line-width: 20
8 }
9
10 #reference {
11   padding: 20px
12 }