1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/841812-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 1.5 + <text> 1.6 + <circle> 1.7 + <textPath id="t" xlink:href="data:text/html,1" /> 1.8 + </circle> 1.9 + </text> 1.10 + 1.11 + <script> 1.12 + window.addEventListener("load", function() { document.getElementById("t").removeAttribute('xlink:href'); }, false); 1.13 + </script> 1.14 +</svg>