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