X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fediting%2Fspelling%2Fspelling-with-underscore-selection.html;h=2abe0d4463071d249372fd610360e7003e192459;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=b5b2cdee2a146d450e9203e12c06713c7e35a496;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-underscore-selection.html b/src/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-underscore-selection.html index b5b2cde..2abe0d4 100644 --- a/src/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-underscore-selection.html +++ b/src/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-underscore-selection.html @@ -35,7 +35,7 @@ initSpellTest("destination", "Hi, _wellcome_ home.", function(textNode) { eventSender.mouseMoveTo(x, y); contextMenuElements = eventSender.contextClick(); // Esc key to hide the context menu. - eventSender.keyDown(String.fromCharCode(0x001B), null); + eventSender.keyDown("escape", null); spellingMarkerRange = internals.markerRangeForNode(textNode, "spelling", 0); shouldBeEqualToString("spellingMarkerRange.toString()", "wellcome");