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

Unified Diff: LayoutTests/fast/forms/calendar-picker/week-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/week-picker-appearance-step.html
diff --git a/LayoutTests/fast/forms/calendar-picker/week-picker-appearance-step.html b/LayoutTests/fast/forms/calendar-picker/week-picker-appearance-step.html
index ab03398854b0e4ff6bfdc96f2312bdacd09ab038..dfe32b41ad8986039eb51dc89e8be48f989b15c0 100644
--- a/LayoutTests/fast/forms/calendar-picker/week-picker-appearance-step.html
+++ b/LayoutTests/fast/forms/calendar-picker/week-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="week" id="week" value="2010-W12" max="2010-W12" step="3">
+<input type="week" id="week" min="2008-W07" value="2010-W12" max="2010-W12" 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