4 testRunner.dumpAsText();
5 document.execCommand(
"selectall",false,true);
6 document.
designMode=
"on";
7 document.execCommand(
"inserthorizontalrule",
8);
8 document.execCommand(
"InsertImage",false,
"");
9 document.execCommand(
"justifyleft",false,
1);
10 document.execCommand(
"insertparagraph",false);
11 document.execCommand(
"SelectAll",false,undefined);
12 document.execCommand(
"InsertOrderedList",false,null);
13 document.body.innerHTML='PASS';