Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / pasteboard / interchange-newline-1.html
index 10867ec..900bfd5 100644 (file)
@@ -13,7 +13,7 @@ Markup.description('There is an interchange newline at the end of the incoming f
 var s = window.getSelection();
 var e = document.getElementById("test");
 
-s.setPosition(e, 0);
+s.collapse(e, 0);
 s.modify("move", "forward", "character");
 document.execCommand("InsertHTML", false, "<div>foo</div><span><div>bar</div></span><br class='Apple-interchange-newline'>");