testsuite: Add another repeat node test case

This commit is contained in:
Timm Bäder 2019-08-10 19:56:10 +02:00
parent c812e1dc94
commit 0415574acf
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
repeat {
child: texture {
bounds: 0 0 1 2;
texture: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAABmJLR0QA/wD/AP+gvaeTAAAAEklEQVQImWNgYGD4z8DAwMAAAAYEAQD7YNrQAAAAAElFTkSuQmCC");
}
bounds: 0 0 25 25;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

View File

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