diff options
Diffstat (limited to 'uriloader/exthandler/tests/mochitest/file_image_svgxml.svg')
-rw-r--r-- | uriloader/exthandler/tests/mochitest/file_image_svgxml.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uriloader/exthandler/tests/mochitest/file_image_svgxml.svg b/uriloader/exthandler/tests/mochitest/file_image_svgxml.svg new file mode 100644 index 0000000000..b730c4c492 --- /dev/null +++ b/uriloader/exthandler/tests/mochitest/file_image_svgxml.svg @@ -0,0 +1,3 @@ +<svg version="1.1" xmlns="http://www.w3.org/2000/svg"> + <rect x="5" y="5" width="10" height="10" fill="white"/> +</svg> |