| Index: third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-zoom200.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-zoom200.html b/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-zoom200.html
|
| index 7d10462280769db36af8ea6be0a3e6f6d2a5be9e..e99a5db18a271e86a33c8d04b722b28a0ba6f557 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-zoom200.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-zoom200.html
|
| @@ -34,7 +34,7 @@ openPicker(document.getElementById('date'), finishTest, function() {
|
|
|
| function finishTest() {
|
| popupWindow.focus();
|
| - eventSender.keyDown('downArrow');
|
| + eventSender.keyDown('ArrowDown');
|
| finishJSTest();
|
| }
|
| </script>
|
|
|