mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
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:
parent
60c20fa6ed
commit
41af8ee2e2
@ -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',
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user