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