mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
Add a compare test for colorstates in borders
This commit is contained in:
parent
161c0f0963
commit
2960bb7cb2
10
testsuite/gsk/compare/border-colorstates.node
Normal file
10
testsuite/gsk/compare/border-colorstates.node
Normal file
@ -0,0 +1,10 @@
|
||||
border {
|
||||
colors: rgb(255,0,0) color(srgb-linear 1 0 0) color(rec2100-pq 0.792 0.231 0.0738) rgb(255,0,0);
|
||||
outline: 0 0 100 100;
|
||||
widths: 50;
|
||||
}
|
||||
border {
|
||||
colors: rgb(255,0,0) color(srgb-linear 1 0 0) color(rec2100-pq 0.792 0.231 0.0738) rgb(255,0,0);
|
||||
outline: -50 -50 200 200;
|
||||
widths: 5;
|
||||
}
|
BIN
testsuite/gsk/compare/border-colorstates.png
Normal file
BIN
testsuite/gsk/compare/border-colorstates.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -25,6 +25,7 @@ compare_render_tests = [
|
||||
'blur-contents-outside-of-clip',
|
||||
'blur-huge-contents-outside-of-clip-nogl',
|
||||
'border-bottom-right',
|
||||
'border-colorstates',
|
||||
'border-one-rounded',
|
||||
'border-opacity',
|
||||
'border-zero-width-color',
|
||||
|
Loading…
Reference in New Issue
Block a user