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