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:
Cosimo Cecchi
2011-05-26 18:12:00 -04:00
committed by Benjamin Otte
parent e3dd437b67
commit 83a383e4ba
7 changed files with 129 additions and 0 deletions

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