diff --git a/testsuite/gsk/compare/blend-normal.node b/testsuite/gsk/compare/blend-normal.node new file mode 100644 index 0000000000..f6b15f3ec8 --- /dev/null +++ b/testsuite/gsk/compare/blend-normal.node @@ -0,0 +1,11 @@ +blend { + mode: normal; + bottom: color { + bounds: 0 0 100 100; + color: red; + } + top: color { + bounds: 50 50 100 100; + color: blue; + } +} \ No newline at end of file diff --git a/testsuite/gsk/compare/blend-normal.png b/testsuite/gsk/compare/blend-normal.png new file mode 100644 index 0000000000..2ef7482b45 Binary files /dev/null and b/testsuite/gsk/compare/blend-normal.png differ diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build index ed58ebe559..7f6fc3b3be 100644 --- a/testsuite/gsk/meson.build +++ b/testsuite/gsk/meson.build @@ -36,6 +36,7 @@ compare_render_tests = [ 'outset_shadow_rounded_top', 'outset_shadow_simple', 'shadow-in-opacity', + 'blend-normal', ] renderers = [