Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / execCommand / outdent-selection.html
index 9c23270..8ad1863 100644 (file)
@@ -26,7 +26,7 @@ Sum!<br>
 var s = window.getSelection();
 var p1 = document.getElementById("item1");
 var p2 = document.getElementById("item2");
-s.setPosition(p1, 0);
+s.collapse(p1, 0);
 s.setBaseAndExtent(p1, 0, p2, 2);
 document.execCommand("Outdent", false, "");
 Markup.description("This test uses the execCommand to Outdent the text below.\n" +