gtk/tests/reftests/grid-span.css
Matthias Clasen e43956141b Add another grid sizing reftest
This test exercises spanning children such that there are
rows which contain only spanning cells.
2013-03-15 23:38:22 -04:00

16 lines
151 B
CSS

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