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