blob: db3c1fb3f6274cbadf267522783b20a603678b7a [file] [log] [blame]
<BODY></BODY>
<SCRIPT>
if (window.testRunner)
testRunner.dumpAsText();
document.designMode="on";
document.execCommand("selectall");
document.execCommand("InsertHorizontalRule");
document.execCommand("SelectAll");
document.execCommand("ForwardDelete");
document.designMode="off";
document.execCommand("undo");
document.designMode="on";
document.execCommand("ForeColor",false,3);
document.body.innerHTML='PASS';
</SCRIPT>