diff options
Diffstat (limited to 'layout/reftests/svg/image/image-svg-inline-sprite-zoom-in-01-ref.html')
-rw-r--r-- | layout/reftests/svg/image/image-svg-inline-sprite-zoom-in-01-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/svg/image/image-svg-inline-sprite-zoom-in-01-ref.html b/layout/reftests/svg/image/image-svg-inline-sprite-zoom-in-01-ref.html new file mode 100644 index 0000000000..669241ab73 --- /dev/null +++ b/layout/reftests/svg/image/image-svg-inline-sprite-zoom-in-01-ref.html @@ -0,0 +1,8 @@ +<html> +<body style="margin: 0"> + <svg xmlns="http://www.w3.org/2000/svg"> + <rect x="0" y="0" width="15" height="30" fill="lime"/> + <rect x="15" y="0" width="15" height="30" fill="blue"/> + </svg> +</body> +</html> |