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