1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/779971-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="r" class="reftest-wait"> 1.5 +<text id="t"><textPath xlink:href="#r">x</textPath>1</text> 1.6 +<script> 1.7 + 1.8 +window.addEventListener("load", function() { 1.9 + setTimeout(function() { 1.10 + document.getElementById("t").lastChild.data = "2"; 1.11 + 1.12 + document.documentElement.removeAttribute("class"); 1.13 + }, 200); 1.14 +}, false); 1.15 + 1.16 +</script> 1.17 +</svg>