1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/css-gradients/aja-linear-6a.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +<!doctype html> 1.5 +<!-- Derived from http://a-ja.net/newgrad.html --> 1.6 +<style> 1.7 +div { 1.8 + height: 200px; 1.9 + width: 100px; 1.10 + background: -moz-linear-gradient(20px 30px, yellow, blue); 1.11 +} 1.12 +</style> 1.13 +<div></div>