testsuite: Add another repeat node test case
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user