Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/image/imported-image-01.svg
<?xml version="1.0" standalone="yes"?>
<svg version="1.1"
<script>
<![CDATA[
var doc = new DOMParser().parseFromString('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><image width="10" height="10" xlink:href="blueRect10x10.png"/></svg>', 'text/xml');
document.documentElement.appendChild(doc.documentElement.firstChild);
]]>
</script>
</svg>