Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / deleting / delete-cell-contents-win.html
index 5d835f6..fa8b3f3 100644 (file)
@@ -12,7 +12,7 @@ function editingTest() {
     var div = document.getElementById("div");
     var sel = window.getSelection();
 
-    sel.setPosition(div, 0);
+    sel.collapse(div, 0);
     moveSelectionForwardByCharacterCommand();
     extendSelectionForwardByWordCommand();
     extendSelectionForwardByWordCommand();