testsuite: Add test cases for last commit

Easy enough to test
This commit is contained in:
Timm Bäder 2020-01-21 10:01:18 +01:00
parent ab0869ecbc
commit ac4e98f16a
5 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,14 @@
transform {
child: transform {
child: transform {
child: color {
bounds: 0 0 20 20;
color: blue;
}
transform: translate(0, -20);
}
transform: rotate(90);
}
transform: translate(300, 200);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 B

View File

@ -0,0 +1,10 @@
transform {
child: transform {
child: color {
bounds: 0 0 20 20;
color: blue;
}
transform: translate(0, -20);
}
transform: scale(2) rotate(90);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 B

View File

@ -64,6 +64,8 @@ compare_render_tests = [
'inset-shadow-multiple',
'borders-rotated',
'blend-invisible-child',
'transform-in-transform',
'transform-in-transform-in-transform',
]
# these are too sensitive to differences in the renderers