OLD | NEW |
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> |
OLD | NEW |