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

Unified Diff: LayoutTests/fast/forms/datetimelocal/datetimelocal-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/datetimelocal/datetimelocal-appearance-basic.html
diff --git a/LayoutTests/fast/forms/datetimelocal/datetimelocal-appearance-basic.html b/LayoutTests/fast/forms/datetimelocal/datetimelocal-appearance-basic.html
index dbcef3893fb2b688af9e7b1701ea4718c7bc4db6..16244fe3f85293130c9b48d8b47ea08d962aaf70 100644
--- a/LayoutTests/fast/forms/datetimelocal/datetimelocal-appearance-basic.html
+++ b/LayoutTests/fast/forms/datetimelocal/datetimelocal-appearance-basic.html
@@ -25,6 +25,7 @@ if (window.testRunner)
<li>font-size with fixed input width: <input type="datetime-local" value="9876-05-04T12:34" style="font-size: 20pt; width: 18em;"></li>
<li>Fixed input height: <input type="datetime-local" value="9876-05-04T12:34" style="height: 4em;"></li>
<li>-webkit-appearance:none: <input type="datetime-local" value="9876-05-04T13:56" style="-webkit-appearance: none;"></li>
+ <li>padding: <input type="datetime-local" value="1234-05-06T12:34:56" style="padding: 20px"></li>
</ul>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698