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