Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / execCommand / 5164796.html
index c1d1b5c..05c799e 100644 (file)
@@ -16,7 +16,7 @@ function log(message) {
 var div = document.getElementById("div");
 var text = div.firstChild;
 var selection = window.getSelection();
-selection.setPosition(text, text.length - 1);
+selection.collapse(text, text.length - 1);
 
 document.execCommand("CreateLink", false, "http://www.apple.com/");