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