mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
e43956141b
This test exercises spanning children such that there are rows which contain only spanning cells.
16 lines
151 B
CSS
16 lines
151 B
CSS
#red {
|
|
background-color: red;
|
|
}
|
|
|
|
#green {
|
|
background-color: green;
|
|
}
|
|
|
|
#blue {
|
|
background-color: blue;
|
|
}
|
|
|
|
#yellow {
|
|
background-color: yellow;
|
|
}
|