Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / execCommand / outdent-inline-blockquote.html
index 2415062..29a7f83 100644 (file)
@@ -15,7 +15,7 @@ function log(message) {
 
 var s = window.getSelection();
 var p1 = document.getElementById("test");
-s.setPosition(p1, 0);
+s.collapse(p1, 0);
 document.execCommand("Outdent", false, 0);
 log("Test passed: no crash");