741250.xhtml (242B)
1 <input form="f" id="x" xmlns="http://www.w3.org/1999/xhtml"> 2 <form id="f"></form> 3 <script> 4 window.addEventListener("load", function() { 5 var x = document.getElementById("x"); 6 x.appendChild(x.cloneNode(true)); 7 }, false); 8 </script> 9 </input>