Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / execCommand / 5138441.html
index fd80914..53fbbc3 100644 (file)
@@ -19,7 +19,7 @@ blockquote {
 var selection = window.getSelection();
 var div = document.getElementById("div");
 
-selection.setPosition(div, 0);
+selection.collapse(div, 0);
 document.execCommand("Indent");
 </script>
 </body>