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