Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / selection / 4776665.html
index b534166..ef63c37 100644 (file)
@@ -9,7 +9,7 @@ function runTest() {
     var doc = frame.document;
     var body = doc.body;
     var sel = frame.getSelection();
-    sel.setPosition(body, 0);
+    sel.collapse(body, 0);
     if (window.testRunner)
         window.testRunner.notifyDone();
 }