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