X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fediting%2Fpasteboard%2Fpaste-into-table-cell.html;h=7f549e8cb5f82c4263016d5bd0768271939342c7;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=e3d230139aee9e66a575e4b112cb2560011897be;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/editing/pasteboard/paste-into-table-cell.html b/src/third_party/WebKit/LayoutTests/editing/pasteboard/paste-into-table-cell.html index e3d2301..7f549e8 100644 --- a/src/third_party/WebKit/LayoutTests/editing/pasteboard/paste-into-table-cell.html +++ b/src/third_party/WebKit/LayoutTests/editing/pasteboard/paste-into-table-cell.html @@ -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); }