| Index: third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar.html b/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar.html
|
| index 5c77c0a0542704bcbc3ede8916c81b6e6fa326e5..767141b37cb6c6f492b2bcf14aee5b90bbb927a9 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar.html
|
| @@ -63,7 +63,7 @@ openPicker(document.getElementById('date'), finishTest);
|
|
|
| function finishTest() {
|
| popupWindow.focus();
|
| - eventSender.keyDown('pageDown');
|
| + eventSender.keyDown('PageDown');
|
| finishJSTest();
|
| }
|
| </script>
|
|
|