1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 19:38:36 +00:00
Files
UXP/layout/reftests/css-gradients/linear-repeat-1e.html
T

4 lines
202 B
HTML

<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>