comparison: layout/reftests/css-gradients/linear-rotated-1-ref.html
layout/reftests/css-gradients/linear-rotated-1-ref.html
- branch
- TOR_BUG_9701
- changeset 11
- deefc01c0e14
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML> |
|
2 <html> |
|
3 <body> |
|
4 <div style="width:100px; height:100px; background:linear-gradient(to left, red, green);"></div> |
|
5 <div style="width:100px; height:100px; background:linear-gradient(to right, red, green);"></div> |
|
6 </body> |
|
7 </html> |