4 testRunner
.dumpAsText();
7 document
.designMode
="on";
8 document
.execCommand("SelectAll");
9 document
.execCommand("InsertImage",false);
10 document
.execCommand("InsertImage",false);
11 document
.execCommand("Indent");
12 document
.execCommand("insertunorderedlist",false);
13 document
.execCommand("InsertUnorderedList",false);
14 document
.execCommand("Bold");
15 document
.execCommand("InsertLineBreak");
16 document
.execCommand("insertunorderedlist");
17 document
.execCommand("insertimage",false);
18 document
.execCommand("insertparagraph",false);
19 document
.execCommand("insertunorderedlist");
20 document
.execCommand("InsertUnorderedList");
21 document
.execCommand("Outdent");
22 document
.write("<p>Test for bug <a href=\"https://bugs.webkit.org/show_bug.cgi?id=60778\">REGRESSION (83075): Crash in line break after outdent</p>");
23 document
.write("<p>This test PASSED!</p>");