Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / inserting / 5549929-3.html
index f81e4fb..ce884d3 100644 (file)
@@ -4,6 +4,6 @@
 <script>
 div = document.getElementById("div");
 sel = window.getSelection();
-sel.setPosition(div, div.childNodes.length);
+sel.collapse(div, div.childNodes.length);
 document.execCommand("InsertLineBreak");
 </script>