gecko/layout/reftests/css-gradients/repeating-radial-1f.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

5 lines
338 B
HTML

<!-- Test adjustment of negative stop positions in a repeating radial gradient.
We should still get a repeating pattern, i.e., the stops cannot
naively be mapped to 0. -->
<div style="background: -moz-repeating-radial-gradient(closest-side, black -100px, black -50px, white -50px, white 0); width: 400px; height: 400px;"></div>