1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/base/crashtests/637214-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="reftest-wait"> 1.5 + 1.6 +<script> 1.7 +<![CDATA[ 1.8 + 1.9 +window.addEventListener("load", function () { 1.10 + document.documentElement.appendChild(document.getElementById("a")); 1.11 + setTimeout(function () { 1.12 + document.getElementById("x").setAttribute("id", "m1"); 1.13 + document.documentElement.removeAttribute("class"); 1.14 + }, 0); 1.15 +}, false); 1.16 + 1.17 +]]> 1.18 +</script> 1.19 + 1.20 +<g id="a"> 1.21 + <path id="x"/> 1.22 + <text> 1.23 + <textPath xlink:href="#m1">Text</textPath> 1.24 + <textPath xlink:href="#m1">Text</textPath> 1.25 + 1.26 + </text> 1.27 +</g> 1.28 + 1.29 +</svg>