gtk/testsuite/gsk/compare/linear-gradient-nonorthogonal-scale-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

30 lines
440 B
Plaintext

transform {
transform: scale(2, 1);
child: linear-gradient {
bounds: 0 0 50 50;
start: 0 0;
end: 50 50;
stops: 0.5 rgb(255,0,0), 0.5 rgb(0,0,255);
}
}
color {
bounds: 0 39 22 11;
color: rgb(0,0,0);
}
color {
bounds: 18 29 24 12;
color: rgb(0,0,0);
}
color {
bounds: 38 19 24 12;
color: rgb(0,0,0);
}
color {
bounds: 58 9 24 12;
color: rgb(0,0,0);
}
color {
bounds: 78 0 22 11;
color: rgb(0,0,0);
}