diff options
Diffstat (limited to 'image/test/reftest/downscaling/downscale-svg-1b.html')
-rw-r--r-- | image/test/reftest/downscaling/downscale-svg-1b.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/image/test/reftest/downscaling/downscale-svg-1b.html b/image/test/reftest/downscaling/downscale-svg-1b.html new file mode 100644 index 000000000..9db239c7c --- /dev/null +++ b/image/test/reftest/downscaling/downscale-svg-1b.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<!-- Any copyright is dedicated to the Public Domain. + - http://creativecommons.org/publicdomain/zero/1.0/ --> +<html reftest-zoom="0.9"> +<body style="margin: 0px"> + <div style="width: 80px; height: 80px; background: url(black-border-rect.svg) no-repeat"></div> +</body> +</html> |