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

Unified Diff: LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute.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/suggestion-picker/week-suggestion-picker-step-attribute.html
diff --git a/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute.html b/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute.html
index 96313c7d05a5d11ee83ab3a292f0be7cb406b4f0..68bd6d0a6d1ebc918622bceadcc3ee25e2b2aa26 100644
--- a/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute.html
+++ b/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute.html
@@ -8,7 +8,7 @@
<body style="background-color: #bbbbbb;">
<p id="description"></p>
<div id="console"></div>
-<input type=date id=date value="2012-01-01" step="2" list=suggestions>
+<input type=date id=date min="1970-01-01" value="2012-01-01" step="2" list=suggestions>
<datalist id=suggestions>
<option>2012-01-21</option>
<option>2012-01-22</option>

Powered by Google App Engine
This is Rietveld 408576698