summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/linear-vertical-subpixel-1.html
blob: 0bca7bafb3f79e2c866c1c8ad2ad84df320ea680 (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: linear-gradient(black, white);
}
</style>
</head>
<body>
<div></div>
</body>
</html>