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