gtk/testsuite/gsk/compare/blur-child-bounds-oversize-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

11 lines
147 B
Plaintext

clip {
clip: 0 0 100 100;
child: blur {
blur: 1;
child: color {
color: red;
bounds: -16384 -16384 32768 32768;
}
}
}