Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / deleting / delete-block-merge-contents-025.html
index 21195a1..afeb08d 100644 (file)
@@ -9,6 +9,6 @@ This is to test a usecase in which caret position after deletion and the destina
 To pass this testcase it should not crash.
 <div contenteditable="true" id="div"><hkern><span contenteditable="false"><dl>000A0<script>
 var sel = window.getSelection();
-sel.setPosition(div, 2000000000);
+sel.collapse(div, div.childNodes.length);
 document.execCommand("Delete");
 </script>