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

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

</style>
<div></div>