summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/linear-repeat-1e.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-gradients/linear-repeat-1e.html')
-rw-r--r--layout/reftests/css-gradients/linear-repeat-1e.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/reftests/css-gradients/linear-repeat-1e.html b/layout/reftests/css-gradients/linear-repeat-1e.html
new file mode 100644
index 0000000000..be4b600f21
--- /dev/null
+++ b/layout/reftests/css-gradients/linear-repeat-1e.html
@@ -0,0 +1,3 @@
+<div style="background: linear-gradient(black, black 50%, white 50%, white);
+ background-size: 300px 100px; background-repeat: repeat-y;
+ width: 500px; height: 300px;"></div>