diff options
Diffstat (limited to 'layout/reftests/css-gradients/aja-linear-1g.html')
-rw-r--r-- | layout/reftests/css-gradients/aja-linear-1g.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/css-gradients/aja-linear-1g.html b/layout/reftests/css-gradients/aja-linear-1g.html new file mode 100644 index 000000000..3de0665cb --- /dev/null +++ b/layout/reftests/css-gradients/aja-linear-1g.html @@ -0,0 +1,10 @@ +<!doctype html> +<!-- Derived from http://a-ja.net/newgrad.html --> +<style> +div { + height: 200px; + width: 100px; + background: -moz-linear-gradient(yellow, blue); +} +</style> +<div></div> |