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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/input-textarea-padding-match-expected.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: Update input-textarea-padding-match.html 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-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-textarea-padding-match-expected.html b/third_party/WebKit/LayoutTests/fast/forms/input-textarea-padding-match-expected.html
index fca67f47e70cfec90a4127a807eb2556be13e106..69677bb07ab8f1e7dd71b3eca696a24ba18d0bf3 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/input-textarea-padding-match-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/input-textarea-padding-match-expected.html
@@ -11,7 +11,6 @@ textarea {
margin: 0;
resize: none;
width: 20px;
- height: 10px;
overflow: hidden;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698