Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / deleting / 2610675-2.html
index d091d32..7fcb51c 100644 (file)
@@ -22,7 +22,7 @@ blockquote[type="cite"] {
 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)