gtk/tests/reftests/box-packing.css
Matthias Clasen f3fbdeecdb Add a box-packing reftest
This test compares GtkHBox expand handling with GtkGrid+GtkWidget::hexpand,
to ensure that replacing GtkHBox by GtkGrid works as intended.
2011-05-04 20:40:22 -04:00

9 lines
74 B
CSS

#red {
background-color: red;
}
#green {
background-color: green;
}