gtk/testsuite/gsk/compare/repeat-repeats.node
Matthias Clasen e55e9e3b36 Shrink the repeat-repeats tests
This was triggering timeouts in ci.
2024-01-16 20:58:02 -05:00

18 lines
281 B
Plaintext

repeat {
bounds: 0 0 200 200;
child: container {
color {
bounds: 0 0 1 1;
color: rgb(255,0,0);
}
color {
bounds: 0 0 1 1;
color: rgba(0,255,0,0.8);
}
color {
bounds: 0 0 1 1;
color: rgba(0,0,255,0.666666666);
}
}
}