reftests: add reftests for border-image with gradient and url sources
https://bugzilla.gnome.org/show_bug.cgi?id=651194
This commit is contained in:
committed by
Benjamin Otte
parent
e3dd437b67
commit
83a383e4ba
20
tests/reftests/border-image-gradient.css
Normal file
20
tests/reftests/border-image-gradient.css
Normal file
@ -0,0 +1,20 @@
|
||||
.button-image {
|
||||
engine: none;
|
||||
|
||||
border-image-source: -gtk-gradient(linear,
|
||||
left top, left bottom,
|
||||
from(green),
|
||||
to(green));
|
||||
border-image-slice: 1;
|
||||
border-image-repeat: stretch;
|
||||
|
||||
border-width: 1 2 2 1;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.button-not-image {
|
||||
border-color: green;
|
||||
border-style: solid;
|
||||
border-width: 1 2 2 1;
|
||||
border-radius: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user