| Index: LayoutTests/fast/forms/calendar-picker/datetimelocal-picker-events.html
|
| diff --git a/LayoutTests/fast/forms/calendar-picker/datetimelocal-picker-events.html b/LayoutTests/fast/forms/calendar-picker/datetimelocal-picker-events.html
|
| index 75a0cb3ab9a6cbc7a2b493bb96f55cb649b08712..17c31d2d484a08069b72206bc5f916de6f6c11ed 100644
|
| --- a/LayoutTests/fast/forms/calendar-picker/datetimelocal-picker-events.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/datetimelocal-picker-events.html
|
| @@ -25,7 +25,7 @@ var datetimelocal1 = document.getElementById('datetimelocal1');
|
| datetimelocal1.addEventListener('input', recordEvent, false);
|
| datetimelocal1.addEventListener('change', recordEvent, false);
|
|
|
| -openPicker(datetimelocal1, test1);
|
| +openPickerWithMock(datetimelocal1, test1);
|
|
|
| function test1() {
|
| debug('Choosing a new date value from the calendar picker. No events should be dispatched because the hour field and the minutes field are empty.');
|
| @@ -41,7 +41,7 @@ function test1() {
|
|
|
| function test1AfterClosing() {
|
| datetimelocal1.value = "2013-01-21T17:49";
|
| - openPicker(datetimelocal1, test2);
|
| + openPickerWithMock(datetimelocal1, test2);
|
| }
|
|
|
| function test2() {
|
|
|