Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-datetimelocal.html |
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-datetimelocal.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-datetimelocal.html |
index bf18afe46f797aedf9cf67ce9386af4623a97fc7..418f7244030c5289d0b0002e4da3385438c7ce9b 100644 |
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-datetimelocal.html |
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-datetimelocal.html |
@@ -15,7 +15,7 @@ description("Tests if calendar picker works for datetime-local as expected."); |
debug('Check that page popup doesn\'t exist at first.'); |
shouldBeNull('document.getElementById("mock-page-popup")'); |
-openPickerWithMock(document.getElementById('datetimelocal'), test); |
+openPicker(document.getElementById('datetimelocal'), test); |
function test() { |
shouldBeEqualToString('selectedValue()', '2011-12-31'); |