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