forked from AuroraMiddleware/gtk
reftests: Fix border-image-url reftest
"border-style: none;" sets border widths to 0. So no border was drawn. Use "border-style: groove" instead. (If the border was drawn that way, it'd look noticably different.) Also include reset-to-defaults.css so we really get default CSS.
This commit is contained in:
parent
2fdadb053c
commit
f2352a5f35
@ -1,16 +1,15 @@
|
|||||||
.button-image {
|
@import "reset-to-defaults.css";
|
||||||
engine: none;
|
|
||||||
|
|
||||||
|
.button-image {
|
||||||
border-image: url("green-20x20.png") 1 stretch;
|
border-image: url("green-20x20.png") 1 stretch;
|
||||||
|
|
||||||
|
border-style: groove;
|
||||||
border-width: 1px 2px 2px 1px;
|
border-width: 1px 2px 2px 1px;
|
||||||
border-radius: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-not-image {
|
.button-not-image {
|
||||||
border-color: green;
|
border-color: green;
|
||||||
|
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px 2px 2px 1px;
|
border-width: 1px 2px 2px 1px;
|
||||||
border-radius: 0;
|
|
||||||
border-image: none;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user