Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / pasteboard / paste-into-blockquote-with-document-font-color.html
index f7036ef..7ea7c35 100644 (file)
@@ -19,7 +19,7 @@ edit = document.getElementById("edit");
 description = document.getElementById("description");
 edit.focus();
 var s = window.getSelection();
-s.setPosition(edit.firstChild.firstChild.firstChild, 1);
+s.collapse(edit.firstChild.firstChild.firstChild, 1);
 
 document.execCommand("InsertHTML", false, "<span class='Apple-style-span' style='color: black;'>This text should be blue.</span>");