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

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

Issue 15838011: Fix where the clear button will be drawn when adding padding to the input element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
Index: LayoutTests/fast/forms/date/date-appearance-basic.html
diff --git a/LayoutTests/fast/forms/date/date-appearance-basic.html b/LayoutTests/fast/forms/date/date-appearance-basic.html
index f524123afdc83897bc182f507b6587c96983f2c9..95082c64af19ace8ee9e6b9fb88642259fa9ae12 100644
--- a/LayoutTests/fast/forms/date/date-appearance-basic.html
+++ b/LayoutTests/fast/forms/date/date-appearance-basic.html
@@ -27,6 +27,7 @@ if (testRunner)
inline-block:<input type="date" style="display:inline-block; width:14em;">
block:<input type="date" style="display:block; width:14em;">
table-cell: <div style="display:inline-table"><input type="date" style="display:table-cell; width:14em;"></div>
+ <li>padding: <input type="date" value="2012-10-15" style="padding: 20px"></li>
</ul>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/css/input-search-padding-expected.txt ('k') | LayoutTests/fast/forms/date/date-appearance-basic-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698