1 <pre id=
"x"><x style=
"white-space: pre-wrap;"><br></x></pre>
4 // Adding DOCTYPE, html, or body prevents the crash to reproduce.
7 testRunner
.dumpAsText();
9 var x
= document
.getElementById("x");
10 document
.execCommand("selectall",false);
11 document
.designMode
="on";
12 document
.execCommand("InsertImage");
13 document
.execCommand("InsertImage");
14 document
.execCommand("InsertImage");
17 document
.writeln('This test ensures WebKit does not crash.<br><br>PASS');