testsuite: Add another test

his is the opposite of the test in 1502c21e97.

Also change the numbers in that test so it doesn't need a ref file.

Related: #6075
This commit is contained in:
Benjamin Otte 2023-09-13 19:29:27 +02:00
parent 60c20fa6ed
commit 41af8ee2e2
3 changed files with 3 additions and 3 deletions

View File

@ -332,10 +332,10 @@ node_parser_tests = [
'stroke.ref.node',
'testswitch.node',
'text-color.node',
'text-color.ref.node',
'text-fail.node',
'text-fail.ref.node',
'text-fail.errors',
'text-no-color.node',
'texture-fail.node',
'texture-fail.ref.node',
'texture-fail.ref.errors',

View File

@ -1,5 +1,5 @@
text {
color: rgba(255,0,0,0.533333);
font: "Noto Sans 300";
glyphs: 50 312, 2712 0 -156 -28.7891 color;
glyphs: 50 312, 2712 0 -156 -29 color;
}

View File

@ -1,5 +1,5 @@
text {
color: rgba(255,0,0,0.533333);
font: "Noto Sans 300";
glyphs: 50 312, 2712 0 -156 -28.7891 color;
glyphs: 50 312, 2712 0 -156 -29;
}