Chromium Code Reviews| Index: LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html |
| diff --git a/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html b/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html |
| index 4fa209a061c3cf819003c63bfaa3312166a20fce..de44fb42997c0c35cb454bd394b9aa295bdd087e 100644 |
| --- a/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html |
| +++ b/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html |
| @@ -132,7 +132,7 @@ function test2() { |
| shouldBeTrue('scrollTopBeforeWheelEvent > scrollTopAfterWheelEvent'); |
| popupWindow.focus(); |
| - eventSender.keyDown('\x1B'); |
| + eventSender.keyDown("escape"); |
|
keishi
2014/08/22 07:22:32
nit: string literals in this file seem to be mostl
|
| waitUntilClosing(test2AfterClosing); |
| } |