gtk/testsuite/gsk/compare/upside-down-label-nocairo.node
Benjamin Otte 97b78cede0 testsuite: Unify renderer exclusion naming
Instead of using "-3d" to exclude Cairo rendering, use "-no$renderer" to
allow excluding any renderer.
And because we use contains() for the check, we can exclude multiple
renderers by naming the test sth like "test-nogl-nocairo.node"
2023-12-26 05:03:23 +01:00

9 lines
144 B
Plaintext

transform {
transform: scale(-1, -1) translate(-100, -100);
child: text {
font:"Cantarell 20";
glyphs:"ABC";
offset: 0 0;
}
}