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