tenfourfox/layout/reftests/css-gradients/radial-2b.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

4 lines
289 B
HTML

<!-- 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>