4 testRunner
.dumpAsText();
6 window
.onload = function() {
7 document
.designMode
="on";
8 document
.execCommand("selectall");
9 document
.execCommand("InsertText", false);
11 document
.write("This test ensures that selecting all and inserting text into a page with a frameset does not crash<br><br>PASS");
14 <frameset><frame></frame></frameset>