summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/linear-rotated-1-ref.html
blob: d22ca1bb742758d861d8db8ddfa074454dff0b08 (plain)
1
2
3
4
5
6
7
<!DOCTYPE HTML>
<html>
<body>
<div style="width:100px; height:100px; background:linear-gradient(to left, red, green);"></div>
<div style="width:100px; height:100px; background:linear-gradient(to right, red, green);"></div>
</body>
</html>