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