X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Fforms%2Fsuggestion-picker%2Fweek-suggestion-picker-mouse-operations.html;h=41f27f6c7a39dc221b1e006168571618e7d66fc1;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=1125e6817faaeebcd6b587ba9bd4e1ef39a8c8af;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations.html b/src/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations.html index 1125e68..41f27f6 100644 --- a/src/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations.html +++ b/src/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations.html @@ -132,7 +132,7 @@ function test2() { shouldBeTrue('scrollTopBeforeWheelEvent > scrollTopAfterWheelEvent'); popupWindow.focus(); - eventSender.keyDown('\x1B'); + eventSender.keyDown('escape'); waitUntilClosing(test2AfterClosing); }