summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/radial-2b.html
blob: 675cb6ecd6a80ff5e5669e43f461950656b01ebf (plain)
1
2
3
<!-- This test checks that adjustment of stop positions to be non-negative
     happens after the calculation of implied stop positions -->
<div style="background: radial-gradient(closest-side at 100px 100px, #ff0000 -50px, #ff0000, #0000ff 50px); width: 300px; height: 300px;"><br></div>