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

Unified Diff: LayoutTests/fast/forms/calendar-picker/month-picker-with-step.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/month-picker-with-step.html
diff --git a/LayoutTests/fast/forms/calendar-picker/month-picker-with-step.html b/LayoutTests/fast/forms/calendar-picker/month-picker-with-step.html
index a433553f5a771e33d1fdf9227a4f8339b017f03a..1164bc44caae15a2bc20b71ed19c8d31754dd849 100644
--- a/LayoutTests/fast/forms/calendar-picker/month-picker-with-step.html
+++ b/LayoutTests/fast/forms/calendar-picker/month-picker-with-step.html
@@ -14,7 +14,7 @@
<script>
description('Test if step limits available dates in month picker.');
-openPickerWithMock(document.getElementById('month'), test1);
+openPicker(document.getElementById('month'), test1);
function test1() {
debug("Step without min.");
@@ -31,7 +31,7 @@ function test1() {
function test1AfterClosing() {
// Reopen popup
- openPickerWithMock(document.getElementById('month'), test2);
+ openPicker(document.getElementById('month'), test2);
}
function test2() {

Powered by Google App Engine
This is Rietveld 408576698