summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/linear-flipped-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-gradients/linear-flipped-1.html')
-rw-r--r--layout/reftests/css-gradients/linear-flipped-1.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/reftests/css-gradients/linear-flipped-1.html b/layout/reftests/css-gradients/linear-flipped-1.html
new file mode 100644
index 000000000..260831086
--- /dev/null
+++ b/layout/reftests/css-gradients/linear-flipped-1.html
@@ -0,0 +1,2 @@
+<!DOCTYPE HTML>
+<div style="height:100px; background:-moz-linear-gradient(top, black, white); transform:scale(1,-1);"></div>