| Index: third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance.html b/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance.html
|
| index 13745bf5967b8ddfe353d11012caaf28cc205634..1a05f1b793b796c99d8d52b27ce569fe1eeb1f95 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-appearance.html
|
| @@ -43,7 +43,7 @@ openPicker(document.getElementById('datetime-local'), finishTest);
|
|
|
| function finishTest() {
|
| popupWindow.focus();
|
| - eventSender.keyDown('downArrow');
|
| + eventSender.keyDown('ArrowDown');
|
| finishJSTest();
|
| }
|
| </script>
|
|
|