testsuite: Add a testcase for repeat nodes that don't repeat

This commit is contained in:
Timm Bäder 2019-11-19 10:45:35 +01:00
parent 600ce68210
commit 39a48de025
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
repeat {
child: container {
color {
color: red;
bounds: 0 0 50 50;
}
color {
color: blue;
bounds: 50 0 50 50;
}
}
bounds: 50 0 50 50;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

View File

@ -59,6 +59,7 @@ compare_render_tests = [
'opacity-overlapping-children',
'repeat',
'repeat-texture',
'repeat-no-repeat',
]
# these are too sensitive to differences in the renderers