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