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

Unified Diff: LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types.html

Issue 629103002: Don't use mock PagePopup if possible. (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-date-types.html
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types.html
index e88f4a4681dc94775937ebf908a3a476f66e6773..9350f4c6cf8da7c57d91cab4f31ced078620e3d1 100644
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types.html
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types.html
@@ -14,7 +14,7 @@
<script>
description('Test if step limits available dates in calendar picker.');
-openPickerWithMock(document.getElementById('date'), test1);
+openPicker(document.getElementById('date'), test1);
var pw = null;
function test1() {

Powered by Google App Engine
This is Rietveld 408576698