1 2 3 4 5 6 7 8 9 10 11 12 13 14
<html id="a"> <script> function go() { var b = document.createElement("base"); b.href = "h:"; a.appendChild(b); c.setAttribute("filter", "url(#d)"); } </script> <body onload=go()> <svg> <filter id="d" href="x" /> <line id="c" />