| <html> |
| <head> |
| <style type="text/css"> |
| .input{font-size:10px; color:#333; font-family:Verdana,Helvetica,sans-serif;} |
| </style> |
| </head> |
| <body> |
| <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 digits). See https://bugs.webkit.org/show_bug.cgi?id=15312.</div><br /> |
| <textarea rows="20" cols="88" wrap="soft" class="input"> |
| 1234567890abcdefghijABCDEFGHIJ1234567890abcdefghijABCDEFGHIJ12345X7890abcdefghijABCDEFGXIJ1234567890abcdefghijABCDEFGHIJ |
| </textarea> |
| </body> |
| </html> |