Bug 1838484 - Don't create module loader for template contents owner document r=smaug
[gecko.git] / dom / base / crashtests / 450383-1.html
blob3c95b966ced81dec08a0276d664d417913796bc1
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>