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

Unified Diff: LayoutTests/fast/forms/calendar-picker/calendar-picker-type-change-onchange.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-type-change-onchange.html
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html
index 67b6a34ecd109ee856e0f5779db215455ec8596d..bffd20aeace29b56fff294a0568d209d4e408ec6 100644
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html
@@ -6,7 +6,7 @@
<script>
description('Check if we have no crash in a case that the input type is changed by selecting a day in the calendar picker.');
-openPicker(document.getElementById('date1'), selectToday);
+openPickerWithMock(document.getElementById('date1'), selectToday);
function selectToday() {
eventSender.keyDown('t');

Powered by Google App Engine
This is Rietveld 408576698