forked from AuroraMiddleware/gtk
testsuite: Add test cases for last commit
Easy enough to test
This commit is contained in:
parent
ab0869ecbc
commit
ac4e98f16a
@ -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);
|
||||
}
|
BIN
testsuite/gsk/compare/transform-in-transform-in-transform.png
Normal file
BIN
testsuite/gsk/compare/transform-in-transform-in-transform.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 B |
10
testsuite/gsk/compare/transform-in-transform.node
Normal file
10
testsuite/gsk/compare/transform-in-transform.node
Normal 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);
|
||||
}
|
BIN
testsuite/gsk/compare/transform-in-transform.png
Normal file
BIN
testsuite/gsk/compare/transform-in-transform.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 121 B |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user