Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<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>