gecko/layout/reftests/css-gradients/repeating-radial-onestopposition-1a.html
Masatoshi Kimura c0e14e4428 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
264 B
HTML

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