file_bug1453190.html (287B)
1 <script> 2 window.onload = function () { 3 document.createElement("frameset").setAttribute("onunload", "go()") 4 } 5 function go() { 6 let a = document.getElementById("a"); 7 let b = document.getElementById("b"); 8 a.appendChild(b); 9 } 10 </script> 11 <div id="a"> 12 <li id="b" contenteditable="true">