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