]> Pileus Git - ~andy/gtk/blob - tests/reftests/border-image-excess-size.css
reftests: Fix entry-progress-coloring test
[~andy/gtk] / tests / reftests / border-image-excess-size.css
1 * {
2   engine: none;
3   border-image: url("green-20x20.png") 5000;
4   background-image: none;
5   background-color: #000;
6   border-style: solid;
7   border-width: 1px;
8   padding: 0;
9   border-radius: 0;
10 }
11
12 GtkGrid * {
13   background-color: green;
14   border-style: none;
15   border-width: 0;
16 }