summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/linear-repeat-1e.html
blob: 4f7011427164d7905ae89fe607e39444bf03c437 (plain)
1
2
3
<div style="background: -moz-linear-gradient(black, black 50%, white 50%, white);
            background-size: 300px 100px; background-repeat: repeat-y;
            width: 500px; height: 300px;"></div>