blob: dbf36615bf3a607c304835470027603ebf8f0b5b [file] [log] [blame]
<BODY></BODY>
<SCRIPT>
if (window.layoutTestController)
layoutTestController.dumpAsText();
document.execCommand("selectall",false,true);
document.designMode="on";
document.execCommand("inserthorizontalrule",8);
document.execCommand("InsertImage",false,"");
document.execCommand("justifyleft",false,1);
document.execCommand("insertparagraph",false);
document.execCommand("SelectAll",false,undefined);
document.execCommand("InsertOrderedList",false,null);
document.body.innerHTML='PASS';
</SCRIPT>