Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / deleting / delete-line-003.html
blob8bf0bf8796cee37bb8faee75e7204351f1abdcac
1 <html>
2 <head>
4 <style>
5 .editing {
6 font-size: 24px;
7 width: 600px;
9 </style>
10 <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
12 <script>
14 function editingTest() {
15 moveSelectionForwardByLineCommand();
16 extendSelectionForwardByLineCommand();
17 deleteCommand();
20 </script>
22 <title>Editing Test</title>
23 </head>
24 <body contenteditable id="root">
25 <div id="test" class="editing">There is a tide<br>in the affairs of men<br>Which taken at the flood</div>
26 <script>
27 runEditingTest();
28 </script>
30 </body>
31 </html>