tenfourfox/layout/reftests/css-gradients/linear-rotated-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

8 lines
246 B
HTML

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