| Index: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-ax.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-ax.html b/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-ax.html
|
| index ba3498438459892f08f8e94c003bad8a41828c40..cf4cbbfc810ec62cf8be07809828d154772ff6e3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-ax.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-ax.html
|
| @@ -28,7 +28,7 @@ openPicker(menu, test1, function () {
|
| });
|
|
|
| function test1() {
|
| - eventSender.keyDown('downArrow');
|
| + eventSender.keyDown('ArrowDown');
|
| }
|
|
|
| </script>
|
|
|