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

Unified Diff: LayoutTests/fast/forms/date/date-appearance-basic.html

Issue 12159003: Merge 141195 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 months 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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/date/date-appearance-basic-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/forms/date/date-appearance-basic-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698