| Index: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-crash-on-cancel.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-crash-on-cancel.html b/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-crash-on-cancel.html
|
| index c0740272f95a5f6277d6aa2d9588986360b93a57..c947db4903c772bb62ff524321f4e8d45548091a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-crash-on-cancel.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-crash-on-cancel.html
|
| @@ -24,8 +24,8 @@ openPicker(menu, test1, openPickerErrorCallback);
|
| description('Test for crbug.com/477932 . Pass if we don\'t crash.');
|
| function test1() {
|
| picker = window.internals.pagePopupWindow.global.picker;
|
| - eventSender.keyDown('downArrow');
|
| - eventSender.keyDown('escape');
|
| + eventSender.keyDown('ArrowDown');
|
| + eventSender.keyDown('Escape');
|
|
|
| finishJSTest();
|
| }
|
|
|