Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / execCommand / 5569741.html
index 4c70555..37141eb 100644 (file)
@@ -6,6 +6,6 @@
 <script>
 li = document.getElementById("li");
 sel = window.getSelection();
-sel.setPosition(li, li.childNodes.length);
+sel.collapse(li, li.childNodes.length);
 document.execCommand("InsertParagraph");
 </script>