Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / deleting / 2610675-1.html
index db01f18..9be792a 100644 (file)
@@ -23,7 +23,7 @@ quoted</div></blockquote>
 if (window.testRunner)
     window.testRunner.dumpAsText();
 blockquote = document.getElementById("blockquote");
-window.getSelection().setPosition(blockquote, 0);
+window.getSelection().collapse(blockquote, 0);
 document.execCommand("Delete");
 document.execCommand("InsertText", false, "not quoted");
 if (window.testRunner)