587336-1.html (220B)
1 <html> 2 <head><script> 3 function boom() 4 { 5 var b = document.getElementById("b"); 6 b.setAttributeNS(null, "style", "filter: url(#a);"); 7 } 8 </script></head> 9 <body onload="boom();" id="a"><span id="b">B</span></body></html>