1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/478128-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg"> 1.5 + <script type="text/javascript"> 1.6 + 1.7 + function boom() 1.8 + { 1.9 + document.documentElement.style.MozColumnCount = '15'; 1.10 + } 1.11 + window.onload = function() { setTimeout(boom, 20); }; 1.12 + 1.13 + </script> 1.14 + 1.15 + <foreignObject width="50" height="50" filter="url(#f1)"/> 1.16 + 1.17 + <filter id="f1"/> 1.18 +</svg>