tenfourfox/layout/reftests/css-gradients/radial-zero-length-1c.html

3 lines
242 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<div style="background: radial-gradient(0 0 at left, red, white 100px, black); width: 300px; height: 300px;"></div>
<div style="background: repeating-radial-gradient(0 0 at left, red, white 100px, black); width: 300px; height: 300px;"></div>