| Index: third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl.html b/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl.html
|
| index 96b961a197e45042568e1b31c40a2e99387b1f5f..51a05a9a9701ccd2998e7e17ff063b5d2384b184 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl.html
|
| @@ -41,7 +41,7 @@ openPicker(document.getElementById('time'), finishTest);
|
|
|
| function finishTest() {
|
| popupWindow.focus();
|
| - eventSender.keyDown('downArrow');
|
| + eventSender.keyDown('ArrowDown');
|
| finishJSTest();
|
| }
|
| </script>
|
|
|