mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
bbfaacb598
Test that a horizontal box changes the order of its
children in RTL, and that widget margins flip start
and end.
This tests the fix in d89ff71819
.
24 lines
311 B
CSS
24 lines
311 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
window {
|
|
background-color: purple;
|
|
}
|
|
|
|
#red {
|
|
background-color: red;
|
|
min-width: 100px;
|
|
min-height: 100px;
|
|
}
|
|
|
|
#yellow {
|
|
background-color: yellow;
|
|
min-width: 100px;
|
|
min-height: 100px;
|
|
}
|
|
|
|
#green {
|
|
background-color: green;
|
|
min-width: 100px;
|
|
min-height: 100px;
|
|
}
|