X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fediting%2Fselection%2F4776665.html;h=ef63c376a1a3614d92c3eb2f8f06789892028ebc;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=b5341664bb9685863e142b147305962d751096dc;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/editing/selection/4776665.html b/src/third_party/WebKit/LayoutTests/editing/selection/4776665.html index b534166..ef63c37 100644 --- a/src/third_party/WebKit/LayoutTests/editing/selection/4776665.html +++ b/src/third_party/WebKit/LayoutTests/editing/selection/4776665.html @@ -9,7 +9,7 @@ function runTest() { var doc = frame.document; var body = doc.body; var sel = frame.getSelection(); - sel.setPosition(body, 0); + sel.collapse(body, 0); if (window.testRunner) window.testRunner.notifyDone(); }