Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / pasteboard / copy-resolves-urls.html
index 4303d9e..b59585b 100644 (file)
@@ -22,7 +22,7 @@ function test()
 
     document.execCommand("Copy");
     var pasteHere = document.getElementById("pastehere");
-    s.setPosition(pasteHere, 0);
+    s.collapse(pasteHere, 0);
     document.execCommand("Paste");
 }