summaryrefslogtreecommitdiff
path: root/tests/reftests/border-image-url.css
blob: a5b419597d1d51aee4d0bf18fddeb7b4f2f4152f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.button-image {
  engine: none;

  border-image: url("green-20x20.png") 1 stretch;

  border-width: 1 2 2 1;
  border-radius: 0;
}

.button-not-image {
  border-color: green;
  border-style: solid;
  border-width: 1 2 2 1;
  border-radius: 0;
}