1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/767535-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml" style="-moz-columns: 2 auto;" class="reftest-wait"> 1.5 + <head> 1.6 + <script> 1.7 + 1.8 +function test() { 1.9 + var r = document.documentElement; 1.10 + document.removeChild(r); 1.11 + document.appendChild(r); 1.12 + document.documentElement.removeAttribute("class"); 1.13 +} 1.14 + 1.15 + </script> 1.16 + </head> 1.17 + <body style="filter:url(#f);" onload="setTimeout(test, 0);"> 1.18 + <div> 1.19 + </div> 1.20 + <svg xmlns="http://www.w3.org/2000/svg"> 1.21 + <filter id="f"/> 1.22 + </svg> 1.23 + </body> 1.24 +</html> 1.25 +