Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / inserting / insert-br-quoted-007.html
index d162c63..926f302 100644 (file)
@@ -11,7 +11,7 @@
         
             var blankLine = document.getElementById('blankLine');
             var s = window.getSelection();
-            s.setPosition(blankLine, 0);
+            s.collapse(blankLine, 0);
             document.execCommand("InsertNewlineInQuotedContent");
             
             if (blankLine.nextSibling.nodeName == "BR")