Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Unified Diff: LayoutTests/fast/forms/calendar-picker/calendar-picker-mouse-operations.html

Issue 618193003: Rename page-popup helper functions. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-mouse-operations.html
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-mouse-operations.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-mouse-operations.html
index 83e254981733e7a98dcf8fd61168fff890fc0482..746d48061cbe782159d8cfeda87acb624f6e007d 100644
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-mouse-operations.html
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-mouse-operations.html
@@ -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);
});
}

Powered by Google App Engine
This is Rietveld 408576698