5 window.testRunner.dumpAsText();
7 document.designMode =
"on";
8 document.execCommand(
"SelectAll", false, null);
9 document.execCommand(
"InsertUnorderedList", false, null);
10 document.execCommand(
"inserthorizontalrule");
11 // This was triggering an assert because we weren't properly indenting
12 // block elements in lists.
13 document.execCommand(
"indent");
14 document.execCommand(
"inserthtml", false,
"PASSED");