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

18 lines
391 B
Plaintext

/* a normal clip */
clip {
clip: 0 0 50 50;
/* a 3D transform */
child: transform {
transform: rotateX(1);
/* a node that forces an offscreen */
child: rounded-clip {
clip: -30000 -30000 60000 60000 / 5;
child: color {
/* way too big, but it's clipped, so no problem */
bounds: -30000 -30000 60000 60000;
color: red;
}
}
}
}