Index: LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations.html |
diff --git a/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations.html b/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations.html |
index dcae54a698f702a243c62ec2b9ad4822f8e66907..ace393a4bc0af49b27464ad5a3ab443aa8568068 100644 |
--- a/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations.html |
+++ b/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-key-operations.html |
@@ -145,7 +145,7 @@ function test2() { |
popupWindow.focus(); |
debug('Check that escape key closes the popup.'); |
- eventSender.keyDown('\x1B'); |
+ eventSender.keyDown('escape'); |
waitUntilClosing(test2AfterClosing); |
} |