summaryrefslogtreecommitdiff
path: root/testsuite/reftests/border-image-url-scaled.css
blob: 4e593b882ed532f5d00795b939a95f2ff797e4ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@import "reset-to-defaults.css";

.button-image {
    border-image: -gtk-scaled(url("border-rgb.png"),url("border-rgb@2.png")) 3 stretch;


  border-style: groove;
  border-width: 3px 3px 3px 3px;
}

.button-not-image {
  border-color: #ff0000;

  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

.button-not-image2 {
  border-color: #00ff00;

  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

.button-not-image3 {
  border-color: #0000ff;

  border-style: solid;
  border-width: 1px 1px 1px 1px;
}