]> Pileus Git - ~andy/gtk/blob - tests/reftests/border-image-url.css
reftests: Add 'px' to all properties
[~andy/gtk] / tests / reftests / border-image-url.css
1 .button-image {
2   engine: none;
3
4   border-image: url("green-20x20.png") 1 stretch;
5
6   border-width: 1px 2px 2px 1px;
7   border-radius: 0;
8 }
9
10 .button-not-image {
11   border-color: green;
12   border-style: solid;
13   border-width: 1px 2px 2px 1px;
14   border-radius: 0;
15   border-image: none;
16 }