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/use-extref-dataURI-01.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>
Testcase for bug 686013: &lt;use&gt; targeting a fragment in a data URI
</title>
<rect fill="red" height="100%" width="100%"/>
<use xlink:href="data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;rect id='target' height='100%' width='100%' fill='lime'/&gt;&lt;rect height='100%' width='100%' fill='orange'/&gt;&lt;/svg&gt;#target"/>
</svg>