testsuite: Add an inset shadow rendering test case

This commit is contained in:
Timm Bäder 2019-11-30 09:26:01 +01:00
parent 1854f3f49c
commit ac1497eb2d
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,28 @@
inset-shadow {
outline: 0 0 50 50 / 0;
dx: 0;
dy: 10;
color: red;
}
inset-shadow {
outline: 0 0 50 50 / 0;
dx: 10;
dy: 0;
color: blue;
}
inset-shadow {
outline: 0 0 50 50 / 0;
dx: -10;
dy: 0;
color: green;
}
inset-shadow {
outline: 0 0 50 50 / 0;
dx: 0;
dy: -10;
color: cyan;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

View File

@ -61,6 +61,7 @@ compare_render_tests = [
'repeat-texture',
'repeat-no-repeat',
'repeat-negative-coords',
'inset-shadow-multiple',
]
# these are too sensitive to differences in the renderers