Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / deleting / delete-start-block.html
blob40329d9902ff48c238f69b79bdffe1e54c30aeb7
1 ><progress><script src="../../resources/dump-as-markup.js"></script><script>
3 if (window.testRunner)
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);
15 </script>