Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / calendar-picker / calendar-picker-type-change-onchange.html
index 67b6a34..bffd20a 100644 (file)
@@ -6,7 +6,7 @@
 <script>
 description('Check if we have no crash in a case that the input type is changed by selecting a day in the calendar picker.');
 
-openPicker(document.getElementById('date1'), selectToday);
+openPickerWithMock(document.getElementById('date1'), selectToday);
 
 function selectToday() {
     eventSender.keyDown('t');