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

Unified Diff: LayoutTests/fast/forms/calendar-picker/calendar-picker-should-not-change-datetimelocal-time.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-should-not-change-datetimelocal-time.html
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-should-not-change-datetimelocal-time.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-should-not-change-datetimelocal-time.html
index febe93ba8ec5784bfc66029006b8790c1391d3e0..53abf1b9f2564509cce4b4c461c372ecfc29ebcc 100644
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-should-not-change-datetimelocal-time.html
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-should-not-change-datetimelocal-time.html
@@ -18,7 +18,7 @@ document.body.appendChild(input);
input.value = '1999-07-31T12:59';
shouldBeEqualToString('getUserAgentShadowTextContent(input)', '1999-07-31 12:59');
-openPicker(input, function() {
+openPickerWithMock(input, function() {
shouldBeEqualToString('getUserAgentShadowTextContent(input)', '1999-07-31 12:59');
eventSender.keyDown('rightArrow');

Powered by Google App Engine
This is Rietveld 408576698