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