diff options
Diffstat (limited to 'layout/reftests/svg/as-image/background-viewBox-1.html')
-rw-r--r-- | layout/reftests/svg/as-image/background-viewBox-1.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/svg/as-image/background-viewBox-1.html b/layout/reftests/svg/as-image/background-viewBox-1.html new file mode 100644 index 0000000000..077dedfeb7 --- /dev/null +++ b/layout/reftests/svg/as-image/background-viewBox-1.html @@ -0,0 +1,7 @@ +<html> +<body> + <div style="height: 100px; width: 100px; + background-image: url('limeInRed100x100-viewBox.svg')"> + </div> +</body> +</html> |