| Index: LayoutTests/fast/forms/calendar-picker/week-picker-ax.html
|
| diff --git a/LayoutTests/fast/forms/calendar-picker/week-picker-ax.html b/LayoutTests/fast/forms/calendar-picker/week-picker-ax.html
|
| index 68ced2ca3bd1d3260056ba6657d664685cf5c27d..a7d3a069d29b9bc599eed64a5222d68dec6de8d0 100644
|
| --- a/LayoutTests/fast/forms/calendar-picker/week-picker-ax.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/week-picker-ax.html
|
| @@ -23,7 +23,7 @@ window.accessibilityController.setNotificationListener(function(axnode, type) {
|
| });
|
| var activeDescendantCounter = 0;
|
| var week1 = document.getElementById('week1');
|
| -openPickerWithMock(week1, test1);
|
| +openPicker(week1, test1);
|
|
|
| function test1() {
|
| eventSender.keyDown('downArrow');
|
|
|