testsuite: Add a test case for rotated border node

This commit is contained in:
Timm Bäder 2019-12-19 12:37:57 +01:00
parent 766d4dff76
commit 1dd31d58fb
3 changed files with 14 additions and 0 deletions

View 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);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

View File

@ -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