]> Pileus Git - ~andy/gtk/blob - tests/reftests/unresolvable.css
reftests: Add a test comparing inherit and initial
[~andy/gtk] / tests / reftests / unresolvable.css
1 GtkWindow {
2   engine: none;
3   background-image: none;
4   background-color: @doesntexist;
5   box-shadow: @nonexistant 5 5;
6   border-image: -gtk-gradient(linear,
7                               left top, left bottom,
8                               from(@notaavailable),
9                               to(@whatever)) 2;
10 }
11
12 #reference {
13   background-color: transparent;
14   box-shadow: none;
15   border-image: none;
16 }