Index: LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html |
diff --git a/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html b/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html |
index d3438a8d0b7910d8ea060e4f0d6b7c66247efbb2..d84c7083c8aae8581e35ec3c295dd945c80e8bef 100644 |
--- a/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html |
+++ b/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html |
@@ -113,7 +113,7 @@ function test2() { |
shouldBeTrue('scrollTopBeforeWheelEvent > scrollTopAfterWheelEvent'); |
popupWindow.focus(); |
- eventSender.keyDown('\x1B'); |
+ eventSender.keyDown('escape'); |
waitUntilClosing(test2AfterClosing); |
} |