1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/655025-3.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg"> 1.5 + <script> 1.6 + var a = document.createElementNS("http://www.w3.org/2000/svg", "text"); 1.7 + a.appendChild(document.createTextNode("")); 1.8 + document.documentElement.appendChild(a); 1.9 + a.getNumberOfChars(); 1.10 + document.documentElement.removeChild(a); 1.11 + </script> 1.12 +</svg>