Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / pasteboard / paste-into-table-cell.html
index e3d2301..7f549e8 100644 (file)
@@ -33,7 +33,7 @@ function dump() {
 }
 
 if (document.queryCommandEnabled('paste')) {
-    getSelection().setPosition(document.querySelector('td').firstChild, 1);
+    getSelection().collapse(document.querySelector('td').firstChild, 1);
     document.execCommand('paste', false, null);
 }