summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/linear-vertical-subpixel-1.html
blob: 4c3e8f47982fbff3aadc479a8de885a002bcf277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<style>
div {
  margin-top: 20.7px;
  height: 30px;
  background-image: -moz-linear-gradient(center top, black, white);
}
</style>
</head>
<body>
<div></div>
</body>
</html>