| Index: LayoutTests/fast/forms/calendar-picker/month-picker-ax.html
|
| diff --git a/LayoutTests/fast/forms/calendar-picker/month-picker-ax.html b/LayoutTests/fast/forms/calendar-picker/month-picker-ax.html
|
| index 84c431e787d6abab009b032c1cd3317d469fe053..c9c44ced08685f3845f94673663689e7726d6d6f 100644
|
| --- a/LayoutTests/fast/forms/calendar-picker/month-picker-ax.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/month-picker-ax.html
|
| @@ -23,7 +23,7 @@ window.accessibilityController.setNotificationListener(function(axnode, type) {
|
| });
|
| var activeDescendantCounter = 0;
|
| var month1 = document.getElementById('month1');
|
| -openPickerWithMock(month1, test1);
|
| +openPicker(month1, test1);
|
|
|
| function test1() {
|
| eventSender.keyDown('rightArrow');
|
|
|