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..ae55340136f0224f77c31888c3e5e30850843698 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"); |
keishi
2014/08/22 07:22:32
nit: string literals in this file are using single
|
waitUntilClosing(test2AfterClosing); |
} |