Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / selection / modify-up-on-rtl-wrapping-text.html
index 327dbb0..36a1a65 100644 (file)
@@ -37,7 +37,7 @@ function runTest(container, test) {
     container.style.width = (width + 1) + 'px';
 
     var lines = ['st', 'nd', 'rd', 'th'];
-    window.getSelection().setPosition(container.lastChild, container.lastChild.length);
+    window.getSelection().collapse(container.lastChild, container.lastChild.length);
 
     for (var i = 0; i < test.expected.length; i++) {
         if (!window.getSelection().isCollapsed)