summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/repeated-final-stop-1-ref.html
blob: 31bad474e18c5b77a152680a48f5cf773a8c7e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html>
<head>
<style>
html {
  background: white;
}
div {
  background: linear-gradient(to rigtht, 0 white, 100% orange);
  height: 100px;
  width: 50%;
}
</style>
</head>
<body>
<div></div>
</body>
</html>