mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
c1cb654e54
--HG-- rename : layout/reftests/css-gradients/radial-ref.html => layout/reftests/css-gradients/radial-1-ref.html rename : layout/reftests/css-gradients/radial.html => layout/reftests/css-gradients/radial-1a.html rename : layout/reftests/css-gradients/twostops-ref.html => layout/reftests/css-gradients/twostops-1-ref.html rename : layout/reftests/css-gradients/twostops.html => layout/reftests/css-gradients/twostops-1a.html
4 lines
292 B
HTML
4 lines
292 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: -moz-radial-gradient(100px 100px, closest-side, #ff0000 -50px, #ff0000, #0000ff 50px); width: 300px; height: 300px;"><br></div>
|