gtk/testsuite/reftests/border-image-excess-size.css
2013-05-15 15:37:17 +02:00

17 lines
279 B
CSS

* {
engine: none;
border-image: url("green-20x20.png") 5000;
background-image: none;
background-color: #000;
border-style: solid;
border-width: 1px;
padding: 0;
border-radius: 0;
}
GtkGrid * {
background-color: lime;
border-style: none;
border-width: 0;
}