]> Pileus Git - ~andy/gtk/blob - tests/reftests/background-position-simple.css
reftests: Mark windows as popup
[~andy/gtk] / tests / reftests / background-position-simple.css
1 @import url("reset-to-defaults.css");
2
3 * {
4   background-image: linear-gradient(red, blue, red);
5   background-size: 20px 20px;
6   background-position: 50%;
7 }
8
9 #reference {
10   background-image: linear-gradient(blue, red, blue, red, blue);
11   background-size: initial;
12   background-position: initial;
13 }