450383-1.html (262B)
1 <html> 2 <BODY></BODY> 3 <SCRIPT> 4 document.addEventListener("DOMCharacterDataModified",function(){ 5 document.body.innerHTML=""; // change this to see memory corruption 6 },true); 7 document.body.innerHTML="<optGroup</form<textArea"; 8 </SCRIPT> 9 </html>