summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/linear-onestopposition-1.html
blob: 9a549d4a5566c902d07fa05935b2a3d8974d95a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<title>Test for linear-gradient() with all stops at the same position</title>
<style>

div {
  width: 200px;
  height: 200px;
  background-image: -moz-linear-gradient(left, blue 25%, orange 25%);
}

</style>
<div></div>