diff options
Diffstat (limited to 'layout/reftests/backgrounds/background-repeat-resampling.html')
-rw-r--r-- | layout/reftests/backgrounds/background-repeat-resampling.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/backgrounds/background-repeat-resampling.html b/layout/reftests/backgrounds/background-repeat-resampling.html new file mode 100644 index 000000000..427654ce1 --- /dev/null +++ b/layout/reftests/backgrounds/background-repeat-resampling.html @@ -0,0 +1,4 @@ +<div style="background: url(grid-large.png); + background-size: 16px 100%; + width:100px; height: 400px; + background-repeat: repeat"></div> |