mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
a28915bffb
Of all the recently added tests, disable the ones that fail on the GL renderer, so that CI passes.
15 lines
241 B
Plaintext
15 lines
241 B
Plaintext
clip {
|
|
clip: -50 -50 100 100;
|
|
child: cross-fade {
|
|
progress: 0.333333;
|
|
start: color {
|
|
bounds: 0 0 16384 16384;
|
|
color: red;
|
|
}
|
|
end: color {
|
|
bounds: -16384 -16384 16384 16384;
|
|
color: blue;
|
|
}
|
|
}
|
|
}
|