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