diff options
Diffstat (limited to 'toolkit/components/windowcreator/test/file_persist_svg.html')
-rw-r--r-- | toolkit/components/windowcreator/test/file_persist_svg.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toolkit/components/windowcreator/test/file_persist_svg.html b/toolkit/components/windowcreator/test/file_persist_svg.html new file mode 100644 index 0000000000..55de728352 --- /dev/null +++ b/toolkit/components/windowcreator/test/file_persist_svg.html @@ -0,0 +1,5 @@ +<!doctype html> +<svg> + <image href="file_persist_image.png"/> + <image x="100" xlink:href="file_persist_image.png"/> +</svg> |