Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / calendar-picker / calendar-picker-mouse-operations.html
index 83e2549..746d480 100644 (file)
@@ -16,7 +16,7 @@ description("Tests if calendar picker mouse opearations work as expected.");
 debug('Check that page popup doesn\'t exist at first.');
 shouldBeNull('document.getElementById("mock-page-popup")');
 
-openPicker(document.getElementById('date'), test);
+openPickerWithMock(document.getElementById('date'), test);
 
 function test() {
     shouldBeEqualToString('currentMonth()', '2000-01');
@@ -54,7 +54,7 @@ function test() {
     shouldBeEqualToString('document.getElementById("date").value', '2000-02-05');
 
     waitUntilClosing(function() {
-        openPicker(document.getElementById('date'), test2);
+        openPickerWithMock(document.getElementById('date'), test2);
     });
 }