gtk/tests/reftests/grid-homogeneous.css
Benjamin Otte af75173ddd reftests: Add grid-homogeneous test
Checks that the homogeneous properties of GtkGrid actually do what
they're supposed to.

Tests fixes from 8331b45a5f
2011-05-03 15:40:49 +02:00

9 lines
74 B
CSS

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