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