| 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>
|
|
|