Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / pasteboard / copy-standalone-image.html
index c823568..e0e196c 100644 (file)
@@ -9,7 +9,7 @@ function editingTest() {
     
     var s = window.getSelection();
     var e = document.getElementById("dest");
-    s.setPosition(e, 0);
+    s.collapse(e, 0);
     document.execCommand("Paste");
 }
 </script>