3 <body onload=
"runTest()">
7 testRunner
.dumpAsText();
10 document
.designMode
= "on";
12 var parent
= document
.appendChild(document
.createElement('iframe'));
13 parent
.appendChild(document
.createElement('iframe'));
15 document
.execCommand("InsertHorizontalRule");
18 document
.writeln('This test ensures WebKit does not crash when replacing contents in a document whose the only content is a nested iframes.<br>PASS.');