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

Unified Diff: LayoutTests/fast/forms/calendar-picker/week-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/week-picker-key-operations.html
diff --git a/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations.html b/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations.html
index 0f883190690b210e88d2b6f6fbcc934476962e1a..caaedf9a08008ffb596c324127badaf9b48f8c21 100644
--- a/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations.html
+++ b/LayoutTests/fast/forms/calendar-picker/week-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('week'), test1);
+openPickerWithMock(document.getElementById('week'), test1);
function test1() {
debug('Check that page popup exists.');

Powered by Google App Engine
This is Rietveld 408576698