haikuwebkit/LayoutTests/svg/custom/use-nested-notarget.svg

16 lines
509 B
XML

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runTest()">
<script type="text/javascript">
<![CDATA[
function runTest() {
if (window.testRunner)
testRunner.dumpAsText();
}
]]>
</script>
<text y="30" id="myText" fill="green">PASS</text>
<use id="use1"/>
<use x="50" id="use2" xlink:href="#use1"></use>
<use y="50" id="use3" xlink:href="#use2"></use>
<use x="-50" id="use4" xlink:href="#use3"></use>
</svg>