385096.html (251B)
1 <html> 2 <head> 3 <script> 4 function boom() 5 { 6 var SVG_NS = "http://www.w3.org/2000/svg"; 7 var feFuncG = document.createElementNS(SVG_NS, "feFuncG"); 8 feFuncG.offset.baseVal = 1; 9 } 10 </script> 11 </head> 12 <body onload="boom();"> 13 </body> 14 </html>