summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/radial-zero-length-1d.html
blob: fc078321df86c8f4ea2ce254009541c627287fa2 (plain)
1
2
<div style="background: radial-gradient(ellipse closest-side at left, red, white 100px, black); width: 300px; height: 300px;"></div>
<div style="background: repeating-radial-gradient(closest-side ellipse at left, red, white 100px, black); width: 300px; height: 300px;"></div>