Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / undo / replace-text-in-node-preserving-markers-crash.html
blob8b705fc3775f6435e04a593596dbbe5b63279f0a
1 <!DOCTYPE html>
2 <html>
3 <style>
4 .editing { width: 12px; }
5 </style>
6 <script src="../editing.js"></script>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
11 function editingTest() {
12 moveSelectionForwardByWordCommand();
13 moveSelectionForwardByWordCommand();
14 deleteCommand();
15 deleteCommand();
16 deleteCommand();
17 deleteCommand();
19 </script>
20 <div contenteditable class="editing">
21 <ul>PASSED<symbol id="test">abcd efg hijkl
22 <script>
23 runEditingTest();
24 </script>
25 </html>