forked from AuroraMiddleware/gtk
testsuite: Add a test case for rotated border node
This commit is contained in:
parent
766d4dff76
commit
1dd31d58fb
13
testsuite/gsk/compare/borders-rotated.node
Normal file
13
testsuite/gsk/compare/borders-rotated.node
Normal file
@ -0,0 +1,13 @@
|
||||
transform {
|
||||
child: container {
|
||||
border {
|
||||
outline: 5 5 100 100;
|
||||
}
|
||||
color {
|
||||
color: rgba(0, 0, 0, 0);
|
||||
bounds: 0 0 110 110;
|
||||
}
|
||||
}
|
||||
|
||||
transform: translate(110, 0) rotate(90);
|
||||
}
|
BIN
testsuite/gsk/compare/borders-rotated.png
Normal file
BIN
testsuite/gsk/compare/borders-rotated.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 356 B |
@ -62,6 +62,7 @@ compare_render_tests = [
|
||||
'repeat-no-repeat',
|
||||
'repeat-negative-coords',
|
||||
'inset-shadow-multiple',
|
||||
'borders-rotated',
|
||||
]
|
||||
|
||||
# these are too sensitive to differences in the renderers
|
||||
|
Loading…
Reference in New Issue
Block a user