summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/radial-2d.html
blob: 152ee771ba4ca5abe9f017d302b1a03aff4438b7 (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(100px 100px at 100px 100px, #ff0000 -50px, #ff0000, #0000ff 50px); width: 300px; height: 300px;"><br></div>