Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / inserting / insert-div-009.html
blob0f5feca71099305b1b53cbd5b0c094c84194b929
1 <html>
2 <head>
4 <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
6 <script>
8 function editingTest() {
9 selectAllCommand();
10 moveSelectionForwardByCharacterCommand();
11 insertParagraphCommand();
12 typeCharacterCommand();
15 </script>
17 <title>Editing Test</title>
18 </head>
19 <body contenteditable id="root">
20 <div id="test">test</div>
22 <!-- This test is very similar to other insert-div tests, except that it does not place a height (using CSS) on
23 blocks that are added. Bugs involving "block placeholders" (br elements added to give a block height)
24 will be exposed in this test but not others. -->
26 <script>
27 runEditingTest();
28 </script>
30 </body>
31 </html>