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

window {
  background-color: purple;
}

#red {
  background-color: red;
  min-width: 100px;
  min-height: 100px;
}

#yellow {
  background-color: yellow;
  min-width: 100px;
  min-height: 100px;
}

#green {
  background-color: green;
  min-width: 100px;
  min-height: 100px;
}