summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/linear-mix.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-gradients/linear-mix.html')
-rw-r--r--layout/reftests/css-gradients/linear-mix.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/reftests/css-gradients/linear-mix.html b/layout/reftests/css-gradients/linear-mix.html
new file mode 100644
index 000000000..c4d5dbbc4
--- /dev/null
+++ b/layout/reftests/css-gradients/linear-mix.html
@@ -0,0 +1,3 @@
+<div style="background: -moz-linear-gradient(40% 20px 0deg, #0000ff, #000000) no-repeat; width: 300px; height: 300px; position: absolute; top: 30px; left: 30px;"><br></div>
+
+<div style="background: -moz-linear-gradient(10% bottom 90deg, #00ff00, #000000) no-repeat; width: 300px; height: 300px; position: absolute; top: 360px; left: 30px;"><br></div>