1806189-1.html (399B)
1 <ins id="a"> 2 <li contenteditable="true"> 3 <shadow id="b"> 4 <script> 5 window.onload = function() { 6 var c = window.getSelection(); 7 a.addEventListener("DOMNodeRemoved", function() { 8 document.execCommand("insertHorizontalRule", false); 9 document.execCommand("justifyCenter", false); 10 }); 11 c.setPosition(b); 12 document.execCommand("insertText", false, "1"); 13 } 14 </script> 15 <option>