1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/587336-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +<html> 1.5 +<head><script> 1.6 +function boom() 1.7 +{ 1.8 + var b = document.getElementById("b"); 1.9 + b.setAttributeNS(null, "style", "filter: url(#a);"); 1.10 +} 1.11 +</script></head> 1.12 +<body onload="boom();" id="a"><span id="b">B</span></body></html>