mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
testsuite: Add an inset shadow rendering test case
This commit is contained in:
parent
1854f3f49c
commit
ac1497eb2d
28
testsuite/gsk/compare/inset-shadow-multiple.node
Normal file
28
testsuite/gsk/compare/inset-shadow-multiple.node
Normal 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;
|
||||
}
|
BIN
testsuite/gsk/compare/inset-shadow-multiple.png
Normal file
BIN
testsuite/gsk/compare/inset-shadow-multiple.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 195 B |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user