summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/linear-stops-1b.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-gradients/linear-stops-1b.html')
-rw-r--r--layout/reftests/css-gradients/linear-stops-1b.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/reftests/css-gradients/linear-stops-1b.html b/layout/reftests/css-gradients/linear-stops-1b.html
new file mode 100644
index 0000000000..69f7260db5
--- /dev/null
+++ b/layout/reftests/css-gradients/linear-stops-1b.html
@@ -0,0 +1 @@
+<div style="background: linear-gradient(white 0, red 60px, green 120px, blue 180px, yellow 240px, black 300px) no-repeat; width: 300px; height: 300px;"></div>