Mypal/layout/reftests/css-gradients/radial-zero-length-1e.html
2019-03-11 13:26:37 +03:00

3 lines
250 B
HTML

<div style="background: radial-gradient(0 150px at left, red, white 100px, black); width: 300px; height: 300px;"></div>
<div style="background: repeating-radial-gradient(0 150px at left, red, white 100px, black); width: 300px; height: 300px;"></div>