Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / execCommand / paste-2.html
index 3c72b06..5387cf9 100644 (file)
@@ -7,7 +7,7 @@ function runTest() {
     var sel = frame.getSelection();
     var doc = frame.document;
     
-    sel.setPosition(doc.body, 0);
+    sel.collapse(doc.body, 0);
     doc.execCommand("InsertText", false, "foo bar baz");
     sel.modify("extend", "backward", "word");
     doc.execCommand("Copy");