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