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

Unified Diff: LayoutTests/fast/forms/calendar-picker/month-picker-key-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/month-picker-key-operations.html
diff --git a/LayoutTests/fast/forms/calendar-picker/month-picker-key-operations.html b/LayoutTests/fast/forms/calendar-picker/month-picker-key-operations.html
index 381191020bd2ec8917ad6665598b34be5e802abc..757bfb4329b1d94931fa70d098d8806c518d5eaf 100644
--- a/LayoutTests/fast/forms/calendar-picker/month-picker-key-operations.html
+++ b/LayoutTests/fast/forms/calendar-picker/month-picker-key-operations.html
@@ -15,7 +15,7 @@ description("Tests if month picker key bindings work as expected.");
debug('Check that page popup doesn\'t exist at first.');
shouldBeNull('document.getElementById("mock-page-popup")');
-openPicker(document.getElementById('month'), test1);
+openPickerWithMock(document.getElementById('month'), test1);
function test1() {
debug('Check that page popup exists.');

Powered by Google App Engine
This is Rietveld 408576698