Chromium Code Reviews| Index: LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations.html |
| diff --git a/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations.html b/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations.html |
| index 72a0372b92f07bff4dd9702cc06c7498a338657f..c0e448fbedf36879c865fc105e0ce44848c60f31 100644 |
| --- a/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations.html |
| +++ b/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations.html |
| @@ -86,7 +86,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 are using single
|
| waitUntilClosing(test2AfterClosing); |
| } |