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