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