diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/css-gradients/linear-repeat-1c.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/css-gradients/linear-repeat-1c.html b/layout/reftests/css-gradients/linear-repeat-1c.html new file mode 100644 index 0000000000..246a694ce8 --- /dev/null +++ b/layout/reftests/css-gradients/linear-repeat-1c.html @@ -0,0 +1,4 @@ +<div style="background: linear-gradient(white, white 50%, black 50%, black); + background-size: 100px 100px; + background-position: 0 -50px; + width: 300px; height: 300px;"></div> |