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

Unified Diff: LayoutTests/fast/forms/calendar-picker/calendar-picker-pre-100-year.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-pre-100-year.html
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-pre-100-year.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-pre-100-year.html
index bd7214546deb24920966ea65a42cebac7553b7c9..9c0bda2ebfca8b99603326c51d1498209f1f844c 100644
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-pre-100-year.html
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-pre-100-year.html
@@ -13,7 +13,7 @@
<script>
description('Check if year before 100 can be set.');
-openPickerWithMock(document.getElementById('date'), finishTest);
+openPicker(document.getElementById('date'), finishTest);
function finishTest() {
var daysContainer = popupWindow.document.getElementsByClassName("days-area")[0];

Powered by Google App Engine
This is Rietveld 408576698