gecko/layout/reftests/css-gradients/radial-onestopposition-1-ref.html
Masatoshi Kimura 98db5a6700 Bug 752187 - Tests. r=dbaron
--HG--
rename : layout/reftests/css-gradients/radial-onestopposition-1.html => layout/reftests/css-gradients/radial-onestopposition-1a.html
rename : layout/reftests/css-gradients/repeating-radial-onestopposition-1.html => layout/reftests/css-gradients/repeating-radial-onestopposition-1a.html
2012-07-07 10:27:10 -04:00

13 lines
261 B
HTML

<!DOCTYPE HTML>
<title>Test for radial-gradient() with all stops at the same position</title>
<style>
div {
width: 200px;
height: 200px;
background-image: radial-gradient(closest-side, blue 0%, blue 25%, orange 25%, orange 100%);
}
</style>
<div></div>