summaryrefslogtreecommitdiff
path: root/testsuite/reftests/unresolvable.css
blob: 94ef1353511d194dba911d382898377d381b3a5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import "reset-to-defaults.css";

window {
  background-color: @doesntexist;
  box-shadow: @nonexistant 5px 5px;
  border-image: -gtk-gradient(linear,
                              left top, left bottom,
                              from(@notaavailable),
                              to(@whatever)) 2;
}

#reference {
  background-color: transparent;
  box-shadow: none;
  border-image: none;
}