summaryrefslogtreecommitdiff
path: root/testsuite/reftests/textview-border-windows.css
blob: 79eb97103e8443881e47ea6e97c149446f1cbb09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import "reset-to-defaults.css";

.top,
#label_n {
  background-color: blue;
}

.left,
#label_w {
  background-color: green;
}

.right,
#label_e {
  background-color: yellow;
}

.bottom,
#label_s {
  background-color: red;
}