Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / Element / id-in-insert-hr.html
index 9cda8cb..ecc83e6 100644 (file)
@@ -11,7 +11,7 @@ description("Test using id in execCommand(InsertHorizontalRule)");
 
 var s = window.getSelection();
 var e = document.getElementById("test1");
-s.setPosition(e, 0);
+s.collapse(e, 0);
 
 var id = "hr";
 document.execCommand("InsertHorizontalRule", false, id);