layout/reftests/css-gradients/repeating-radial-1b.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/css-gradients/repeating-radial-1b.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +<!-- Test adjustment of negative stop positions in a repeating radial gradient.
     1.5 +     We should still get a repeating pattern, i.e., the stops cannot
     1.6 +     naively be mapped to 0. -->
     1.7 +<div style="background: repeating-radial-gradient(closest-side, black -100px, black -50px, white -50px, white 0); width: 400px; height: 400px;"></div>

mercurial