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

window {
  background-color: black;
}

box {
  background-color: @doesntexist;
  box-shadow: @nonexistent 5px 5px;
  border-image: linear-gradient(to top, @notaavailable, @whatever);
}

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