1 ><progress><script src=
"../../resources/dump-as-markup.js"></script><script>
4 testRunner
.dumpAsText();
6 document
.designMode
="on";
7 document
.execCommand("selectall");
8 document
.execCommand("justifycenter",false);
9 document
.body
.removeChild(document
.body
.firstElementChild
);
10 document
.execCommand("insertparagraph");
12 Markup
.description("This tests removing the start block. WebKit should not crash.");
13 Markup
.dump(document
.body
);