gtk/testsuite/reftests/label-background.css
Benjamin Otte 9ae0b8ed27 reftests: Add test for latest fix
Ensure we draw the full backgorund on labels, not just where test
appears.
2014-07-12 07:13:28 +02:00

12 lines
162 B
CSS

GtkWindow {
background: darkred; /* should never be seen */
}
GtkBox {
background: red; /* should also never be seen */
}
GtkLabel {
background: green;
}