| 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..41f27f6c7a39dc221b1e006168571618e7d66fc1 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);
|
| }
|
|
|
|
|