diff --git a/testsuite/gsk/compare/cross-fade-in-rotate.node b/testsuite/gsk/compare/cross-fade-in-rotate.node new file mode 100644 index 0000000000..d4714b65c4 --- /dev/null +++ b/testsuite/gsk/compare/cross-fade-in-rotate.node @@ -0,0 +1,14 @@ +transform { + transform: rotate(90); + child: cross-fade { + progress: 0; + start: color { + bounds: 25 0 25 50; + color: rgb(255,0,0); + } + end: color { + bounds: 0 0 25 50; + color: rgb(0,0,0); + } + } +} diff --git a/testsuite/gsk/compare/cross-fade-in-rotate.png b/testsuite/gsk/compare/cross-fade-in-rotate.png new file mode 100644 index 0000000000..8f36f35fda Binary files /dev/null and b/testsuite/gsk/compare/cross-fade-in-rotate.png differ diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build index aa2f3b07dd..4118a6c669 100644 --- a/testsuite/gsk/meson.build +++ b/testsuite/gsk/meson.build @@ -34,6 +34,7 @@ compare_render_tests = [ 'color-matrix-identity', 'color-matrix-parsing', 'cross-fade-in-opacity', + 'cross-fade-in-rotate', 'css-background', 'empty-blend', 'empty-blur',