Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / deleting / whitespace-pre-1.html
index 99039a9..7da24f7 100644 (file)
@@ -13,7 +13,7 @@ function runTestsOn(platform) {
     if (window.internals)
         internals.settings.setEditingBehavior(platform);
 
-    s.setPosition(e, 0);
+    s.collapse(e, 0);
     s.modify("extend", "forward", "lineBoundary");
     document.execCommand("Delete");
     Markup.dump("test", "on " + platform);