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