gtk/testsuite/reftests/border-image-excess-size.css

22 lines
336 B
CSS
Raw Normal View History

@import "reset-to-defaults.css";
toolbar {
border-image: url("green-20x20.png") 5000;
background-image: none;
background-color: #000;
border-style: solid;
2012-01-17 16:09:30 +00:00
border-width: 1px;
padding: 0;
border-radius: 0;
}
grid {
background-color: #000;
}
grid * {
background-color: lime;
border-style: none;
border-width: 0;
}