gtk/testsuite/gsk/compare/cross-fade-clipped-with-huge-children-nogl.node
Benjamin Otte a28915bffb testsuite: Disable all failing tests on GL renderer
Of all the recently added tests, disable the ones that fail on the GL
renderer, so that CI passes.
2023-12-26 05:03:25 +01:00

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;
}
}
}