| Index: third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html b/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html
|
| index 9ecbd7c584a48027e7477bcc1e3cf615f4c6541b..96d1542ee4899618d2b905824d4acecaf61eb89a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html
|
| @@ -125,7 +125,7 @@ function test2() {
|
|
|
| function finishTest() {
|
| popupWindow.focus();
|
| - eventSender.keyDown('escape');
|
| + eventSender.keyDown('Escape');
|
| waitUntilClosing(test2AfterClosing);
|
| }
|
|
|
|
|