Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html |
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html |
index f24c2ac9b503d32b800bac170d9448879447b094..adba5b7332bb34f272c677c3ffd273ad94e1efb9 100644 |
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html |
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html |
@@ -16,7 +16,7 @@ window.enablePixelTesting = true; |
<div id="console" style="opacity: 0"></div> |
<script> |
-openPickerWithMock(document.getElementById('date'), finishJSTest); |
+openPicker(document.getElementById('date'), finishJSTest); |
</script> |
</body> |
</html> |