summaryrefslogtreecommitdiff
path: root/testsuite/reftests/gradient-flip.css
blob: a949e7d141a3f2d7985c475dcb2af04242319656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import "reset-to-defaults.css";

#reference {
  background: linear-gradient(to bottom, red, yellow);
}

window {
  background: green;
}

#box1 {
  transform: scaleY(-1);
  background: linear-gradient(to bottom, yellow, red);
}