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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-width.html

Issue 1524663002: Move textarea-related tests to fast/forms/textarea/, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 .input{font-size:10px; color:#333; font-family:Verdana,Helvetica,sans-serif;} 4 .input{font-size:10px; color:#333; font-family:Verdana,Helvetica,sans-serif;}
5 </style> 5 </style>
6 </head> 6 </head>
7 <body> 7 <body>
8 <div>This text area should be drawn with a reasonable width. To match IE, using GDI fonts it should wrap at 66 characters (after the X in the third set of digit s). See https://bugs.webkit.org/show_bug.cgi?id=15312.</div><br /> 8 <div>This text area should be drawn with a reasonable width. To match IE, using GDI fonts it should wrap at 66 characters (after the X in the third set of digit s). See https://bugs.webkit.org/show_bug.cgi?id=15312.</div><br />
9 <textarea rows="20" cols="88" wrap="soft" class="input"> 9 <textarea rows="20" cols="88" wrap="soft" class="input">
10 1234567890abcdefghijABCDEFGHIJ1234567890abcdefghijABCDEFGHIJ12345X7890abcdefghij ABCDEFGXIJ1234567890abcdefghijABCDEFGHIJ 10 1234567890abcdefghijABCDEFGHIJ1234567890abcdefghijABCDEFGHIJ12345X7890abcdefghij ABCDEFGXIJ1234567890abcdefghijABCDEFGHIJ
11 </textarea> 11 </textarea>
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698