summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/repeating-linear-onestopposition-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-gradients/repeating-linear-onestopposition-1.html')
-rw-r--r--layout/reftests/css-gradients/repeating-linear-onestopposition-1.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/css-gradients/repeating-linear-onestopposition-1.html b/layout/reftests/css-gradients/repeating-linear-onestopposition-1.html
new file mode 100644
index 0000000000..47963778fd
--- /dev/null
+++ b/layout/reftests/css-gradients/repeating-linear-onestopposition-1.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML>
+<title>Test for repeating-linear-gradient() with all stops at the same position</title>
+<style>
+
+div {
+ width: 200px;
+ height: 200px;
+ background-image: repeating-linear-gradient(to right, blue 25%, orange 25%);
+}
+
+</style>
+<div></div>