| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-should-not-change-datetimelocal-time.html
|
| diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-should-not-change-datetimelocal-time.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-should-not-change-datetimelocal-time.html
|
| index febe93ba8ec5784bfc66029006b8790c1391d3e0..53abf1b9f2564509cce4b4c461c372ecfc29ebcc 100644
|
| --- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-should-not-change-datetimelocal-time.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-should-not-change-datetimelocal-time.html
|
| @@ -18,7 +18,7 @@ document.body.appendChild(input);
|
| input.value = '1999-07-31T12:59';
|
|
|
| shouldBeEqualToString('getUserAgentShadowTextContent(input)', '1999-07-31 12:59');
|
| -openPicker(input, function() {
|
| +openPickerWithMock(input, function() {
|
| shouldBeEqualToString('getUserAgentShadowTextContent(input)', '1999-07-31 12:59');
|
|
|
| eventSender.keyDown('rightArrow');
|
|
|