diff --git a/testsuite/gsk/compare/huge-glyph.node b/testsuite/gsk/compare/huge-glyph.node new file mode 100644 index 0000000000..59650eb620 --- /dev/null +++ b/testsuite/gsk/compare/huge-glyph.node @@ -0,0 +1,5 @@ +text { + font:"Cantarell 800"; + glyphs:"ABC"; + offset: 0 0; +} \ No newline at end of file diff --git a/testsuite/gsk/compare/huge-glyph.png b/testsuite/gsk/compare/huge-glyph.png new file mode 100644 index 0000000000..0af4e1d7fc Binary files /dev/null and b/testsuite/gsk/compare/huge-glyph.png differ diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build index 370d865a6b..a3563f11b4 100644 --- a/testsuite/gsk/meson.build +++ b/testsuite/gsk/meson.build @@ -46,6 +46,7 @@ compare_render_tests = [ 'empty-text', 'empty-texture', 'empty-transform', + 'huge-glyph', 'opacity_clip', 'outset_shadow_offset_both', 'outset_shadow_offset_x',