gtk/testsuite/gsk/compare/transform-huge-child-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

14 lines
255 B
Plaintext

clip {
clip: 0 0 50 50;
child: transform {
transform: rotate(1);
child: rounded-clip {
clip: -30000 -30000 60000 60000 / 5;
child: color {
bounds: -30000 -30000 60000 60000;
color: rgb(255,0,0);
}
}
}
}