summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/border-image-source.ref.css
blob: 054ab8388547e820220b9cfa8deef01164fddceb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
a {
  border-image-source: initial;
}

b {
  border-image-source: inherit;
}

c {
  border-image-source: unset;
}

d {
  border-image-source: none;
}

e {
  border-image-source: linear-gradient(rgb(255,255,0), rgb(0,0,255));
}