4 testRunner.dumpAsText();
5 document.
designMode=
"on";
6 document.execCommand(
"selectall");
7 document.execCommand(
"InsertHorizontalRule");
8 document.execCommand(
"SelectAll");
9 document.execCommand(
"ForwardDelete");
10 document.
designMode=
"off";
11 document.execCommand(
"undo");
12 document.
designMode=
"on";
13 document.execCommand(
"ForeColor",false,
3);
14 document.body.innerHTML='PASS';