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