| 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..85e767bca6abcc22d3fff01ea94abd28bf61b604 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');
|
| waitUntilClosing(test2AfterClosing);
|
| }
|
|
|
|
|