397017-1.html (213B)
1 <html> 2 <head> 3 <script> 4 var f = document.createElementNS("http://www.w3.org/2000/svg", "feFuncA"); 5 f.setAttribute("tableValues", "3 7 5"); 6 f.removeAttribute("tableValues"); 7 </script> 8 </head> 9 <body> 10 </body> 11 </html>