diff options
Diffstat (limited to 'layout/reftests/css-gradients/linear-stops-1b.html')
-rw-r--r-- | layout/reftests/css-gradients/linear-stops-1b.html | 1 |
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 000000000..30c703f70 --- /dev/null +++ b/layout/reftests/css-gradients/linear-stops-1b.html @@ -0,0 +1 @@ +<div style="background: -moz-linear-gradient(white 0, red 60px, green 120px, blue 180px, yellow 240px, black 300px) no-repeat; width: 300px; height: 300px;"></div> |