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