testsuite: Add another repeat node test case

This commit is contained in:
Timm Bäder 2019-11-26 08:41:23 +01:00
parent 1c2661ed12
commit 4f532224e0
3 changed files with 9 additions and 0 deletions

View 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;}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

View File

@ -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