summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-19 08:41:31 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-19 08:41:31 -0400
commit4156e3ac8deeb1f840987d76b7b7fc15d743b05f (patch)
tree7088a3d01095aa8ed754f0215008b4ba8823132b
parentfca87d93e9a606ea6312e00bccbf7eda4ed6945d (diff)
downloadgtk+-disappearing-underlines.tar.gz
Add a failing testcasedisappearing-underlines
This renders ok only with cairo.
-rw-r--r--testsuite/gsk/compare/crosshair.node13
-rw-r--r--testsuite/gsk/compare/crosshair.pngbin0 -> 352 bytes
-rw-r--r--testsuite/gsk/meson.build1
3 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/gsk/compare/crosshair.node b/testsuite/gsk/compare/crosshair.node
new file mode 100644
index 0000000000..4b5aafb62f
--- /dev/null
+++ b/testsuite/gsk/compare/crosshair.node
@@ -0,0 +1,13 @@
+transform {
+ child: container {
+ color {
+ bounds: 1 1 200 1;
+ color: black;
+ }
+ color {
+ bounds: 100 -100 1 200;
+ color: black;
+ }
+ }
+ transform: scale(0.5,0.5);
+} \ No newline at end of file
diff --git a/testsuite/gsk/compare/crosshair.png b/testsuite/gsk/compare/crosshair.png
new file mode 100644
index 0000000000..f86863f775
--- /dev/null
+++ b/testsuite/gsk/compare/crosshair.png
Binary files differ
diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build
index e6901e5ef9..9c4a2f7946 100644
--- a/testsuite/gsk/meson.build
+++ b/testsuite/gsk/meson.build
@@ -35,6 +35,7 @@ compare_render_tests = [
'clip-nested1',
'color-blur0',
'color-matrix-identity',
+ 'crosshair',
'cross-fade-in-opacity',
'css-background',
'empty-blend',