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

Unified Diff: LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html

Issue 83413002: Derive the step base for an input element as (now) specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Perform step base derivation via InputType::findStepBase() instead Created 7 years, 1 month 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-appearance-step.html
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html
index b5c37c9048185886aff67328ac377b847818def7..adba5b7332bb34f272c677c3ffd273ad94e1efb9 100644
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html
@@ -10,7 +10,7 @@ window.enablePixelTesting = true;
</head>
<body>
<!-- Check if step attribute is reflected in the appearance of the calendar picker. -->
-<input type="date" id="date" value="2010-12-31" max="2010-12-31" step="3">
+<input type="date" id="date" min="2008-11-28" value="2010-12-31" max="2010-12-31" step="3">
<p id="description" style="opacity: 0"></p>
<div id="console" style="opacity: 0"></div>

Powered by Google App Engine
This is Rietveld 408576698