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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <p>This test ensures padding inside input and textarea elements match.</p> 4 <p>This test ensures padding inside input and textarea elements match.</p>
5 <style type="text/css"> 5 <style type="text/css">
6 textarea { 6 textarea {
7 display: block; 7 display: block;
8 font-family: arial,sans-serif; 8 font-family: arial,sans-serif;
9 border: none; 9 border: none;
10 padding: 0 0 0 10px; 10 padding: 0 0 0 10px;
11 margin: 0; 11 margin: 0;
12 resize: none; 12 resize: none;
13 width: 20px; 13 width: 20px;
14 height: 10px;
15 overflow: hidden; 14 overflow: hidden;
16 } 15 }
17 </style> 16 </style>
18 <textarea>|</textarea> 17 <textarea>|</textarea>
19 </body> 18 </body>
20 </html> 19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698