Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / execCommand / 5142012-3.html
index 006dc57..7610aa5 100644 (file)
@@ -14,7 +14,7 @@ function log(message) {
 
 var sel = window.getSelection();
 var div = document.getElementById("div");
-sel.setPosition(div, div.childNodes.length);
+sel.collapse(div, div.childNodes.length);
 
 document.execCommand("InsertText", false, " ");
 document.execCommand("InsertText", false, "This sentence should not.");