Mypal/dom/base/crashtests/637214-2.svg

27 lines
585 B
XML
Raw Permalink Normal View History

2019-03-11 03:26:37 -07:00
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="reftest-wait">
<script>
<![CDATA[
window.addEventListener("load", function () {
document.documentElement.appendChild(document.getElementById("a"));
setTimeout(function () {
document.getElementById("x").removeAttribute("id");
document.documentElement.removeAttribute("class");
}, 0);
}, false);
]]>
</script>
<g id="a">
<path id="x"/>
<text>
<textPath xlink:href="#m1">Text</textPath>
<textPath xlink:href="#m1">Text</textPath>
</text>
</g>
</svg>