tenfourfox/layout/svg/crashtests/587336-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

10 lines
220 B
HTML

<html>
<head><script>
function boom()
{
var b = document.getElementById("b");
b.setAttributeNS(null, "style", "filter: url(#a);");
}
</script></head>
<body onload="boom();" id="a"><span id="b">B</span></body></html>