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