Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / undo / replace-text-in-node-preserving-markers-crash.html
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();
10
11 function editingTest() {
12     moveSelectionForwardByWordCommand();
13     moveSelectionForwardByWordCommand();
14     deleteCommand();
15     deleteCommand();
16     deleteCommand();
17     deleteCommand();
18 }
19 </script>
20 <div contenteditable class="editing">
21 <ul>PASSED<symbol id="test">abcd efg hijkl
22 <script>
23 runEditingTest();
24 </script>
25 </html>