gtk2/tests/reftests/css-match-style-property-order.css
Benjamin Otte 25c396409c reftests: Check style property order
Ensure that style properties are read in the correct order, by having a
property twice with vastly different values.
2011-05-18 22:17:58 +02:00

13 lines
128 B
CSS

* {
-GtkWidget-focus-line-width: 0;
padding: 0
}
#test {
-GtkWidget-focus-line-width: 20
}
#reference {
padding: 20
}