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

3 lines
228 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<div style="background: -moz-linear-gradient(center, white, black 50%); width: 300px; height: 300px;"></div>
<div style="background: -moz-repeating-linear-gradient(center, white, black 50%); width: 300px; height: 300px;"></div>