Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / inserting / 6104369-2.html
index 3e691ff..08930c5 100644 (file)
@@ -14,7 +14,7 @@ line two</pre></blockquote></div>
 if (window.testRunner)
     window.testRunner.dumpAsText();
 text = document.getElementById("pre").firstChild;
-window.getSelection().setPosition(text, 8);
+window.getSelection().collapse(text, 8);
 document.execCommand("InsertNewlineInQuotedContent");
 if (window.testRunner) {
     div = document.getElementById("div");