| Index: LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations.html
|
| diff --git a/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations.html b/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations.html
|
| index 1125e6817faaeebcd6b587ba9bd4e1ef39a8c8af..564da61a7c11d6310bce4820c28f80dc3bc45ac8 100644
|
| --- a/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations.html
|
| +++ b/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);
|
| }
|
|
|
|
|