Index: LayoutTests/fast/forms/date/date-appearance-basic.html |
=================================================================== |
--- LayoutTests/fast/forms/date/date-appearance-basic.html (revision 141524) |
+++ LayoutTests/fast/forms/date/date-appearance-basic.html (working copy) |
@@ -17,8 +17,10 @@ |
<li>text-transform: <input type="date" value="2012-10-05" style="text-transform: lowercase;"></li> |
<li>background, color: <input type="date" value="2012-10-05" style="border: 0px; background: green; color: yellow;"></li> |
<li>font-size, font-weight: <input type="date" value="2012-10-05" style="font-size: 20pt; font-weight: bold;"></li> |
- <li>font-size with fixed input width: <input type="date" value="2012-10-05" style="font-size: 20pt; width: 14em;"></li> |
- <li>Fixed input height: <input type="date" value="2012-10-05" style="height: 4em;"></li> |
+ <li>font-size with fixed input width: <input type="date" value="2012-10-05" style="font-size: 20pt; width: 14em;"> |
+ <input type="date" value="99999-12-31" style="font-size: 20pt; width: 5em;"></li> |
+ <li>Fixed input height: <input type="date" value="2012-10-05" style="height: 4em;"> |
+ <input type="date" value="2013-01-28" style="font-size: 20px; height: 10px;"></li> |
<li>-webkit-appearance:none: <input type="date" value="2012-10-05" style="-webkit-appearance: none;"></li> |
</ul> |
</body> |