| Index: third_party/WebKit/LayoutTests/fast/forms/select/optgroup-clicking.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/optgroup-clicking.html b/third_party/WebKit/LayoutTests/fast/forms/select/optgroup-clicking.html
|
| index 0c6ff6893ed8d85bfb54be6ee5a8257e0fc70cc2..2ce676b86772668a431143758897d29264586ebb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/select/optgroup-clicking.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/select/optgroup-clicking.html
|
| @@ -75,8 +75,8 @@ function test()
|
| debug("\nMenu list with arrow key. The test is expected to fail on OSX because of a key binding difference.");
|
| $("menulist").selectedIndex = 3;
|
| $("menulist").focus();
|
| - eventSender.keyDown("downArrow");
|
| - eventSender.keyDown("\n");
|
| + eventSender.keyDown("ArrowDown");
|
| + eventSender.keyDown("Enter");
|
| shouldBe('$("menulist").selectedIndex', '8');
|
|
|
| finishJSTest();
|
|
|