testsuite: Add a repeat node test case

This commit is contained in:
Timm Bäder 2019-08-10 14:47:02 +02:00
parent 2914c360a9
commit 4c70bf6c9c
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
repeat {
child: container {
color {
color: red;
bounds: 0 0 25 25;
}
color {
color: blue;
bounds: 25 25 25 25;
}
}
bounds: 0 0 100 100;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

View File

@ -57,6 +57,7 @@ compare_render_tests = [
'clip-nested1',
'scale-up-down',
'opacity-overlapping-children',
'repeat',
]
# these are too sensitive to differences in the renderers