mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
8fc4a02cfc
--HG-- rename : layout/reftests/css-gradients/radial-onestopposition-1.html => layout/reftests/css-gradients/radial-onestopposition-1a.html rename : layout/reftests/css-gradients/repeating-radial-onestopposition-1.html => layout/reftests/css-gradients/repeating-radial-onestopposition-1a.html
5 lines
342 B
HTML
5 lines
342 B
HTML
<!-- Test adjustment of negative stop positions in a repeating radial gradient.
|
|
We should still get a repeating pattern, i.e., the stops cannot
|
|
naively be mapped to 0. -->
|
|
<div style="background: repeating-radial-gradient(200px 200px at center, black -100px, black -50px, white -50px, white 0); width: 400px; height: 400px;"></div>
|