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