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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/input-textarea-padding-match.html

Issue 1584683002: INPUT text field: Fix a chopped editing text issue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/WebKit/LayoutTests/fast/forms/input-textarea-padding-match.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-textarea-padding-match.html b/third_party/WebKit/LayoutTests/fast/forms/input-textarea-padding-match.html
index 35347d376330db0dac03726be8ebce9c099eb1c4..7c11f90313abd22f65491a03883bd80276d16e4b 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/input-textarea-padding-match.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/input-textarea-padding-match.html
@@ -6,6 +6,7 @@
input {
display: block;
font-family: arial,sans-serif;
+ font-size: 0px;
border: none;
padding: 0 0 0 10px;
margin: 0;

Powered by Google App Engine
This is Rietveld 408576698