mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
testsuite: Add another repeat node test case
This commit is contained in:
parent
1c2661ed12
commit
4f532224e0
8
testsuite/gsk/compare/repeat-negative-coords.node
Normal file
8
testsuite/gsk/compare/repeat-negative-coords.node
Normal file
@ -0,0 +1,8 @@
|
||||
repeat {
|
||||
bounds: 0 0 20 10;
|
||||
|
||||
child: container {
|
||||
color { color: blue; bounds: 0 5 10 10;}
|
||||
color { color: red; bounds: 0 10 10 10;}
|
||||
}
|
||||
}
|
BIN
testsuite/gsk/compare/repeat-negative-coords.png
Normal file
BIN
testsuite/gsk/compare/repeat-negative-coords.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 105 B |
@ -60,6 +60,7 @@ compare_render_tests = [
|
||||
'repeat',
|
||||
'repeat-texture',
|
||||
'repeat-no-repeat',
|
||||
'repeat-negative-coords',
|
||||
]
|
||||
|
||||
# these are too sensitive to differences in the renderers
|
||||
|
Loading…
Reference in New Issue
Block a user