summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/538909-1-ref.html
blob: 325e75455f2afb1af4e98a38477a4ff25ebbfe58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html>
<head>
<style>
div {
  width: 260px;
  height: 260px;
  background-size: 100px 100px;
  background-position: -20px -20px;
  background-image: -moz-linear-gradient(left top, yellow, blue);
  background-image: linear-gradient(left top, yellow, blue);
}
</style>
</head>
<body>
<div></div>
</body>
</html>