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