Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html style="font-size: 16px"> | |
| 3 <head> | |
| 4 | |
| 5 <meta name="viewport" content="width=800"> | |
| 6 <style> | |
| 7 body { | |
| 8 width: 800px; | |
| 9 margin: 0; | |
| 10 overflow-y: hidden; | |
| 11 } | |
| 12 </style> | |
| 13 | |
| 14 </head> | |
| 15 <body> | |
| 16 | |
| 17 <textarea rows="12" style="width: 100%; font-size: 2.5rem"> | |
| 18 The text inside this textarea should be autosized. Lorem ipsum dolor sit amet, c onsectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolor e magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco labor is nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehender it in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sin t occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit ani m id est laborum. | |
|
johnme
2013/05/01 11:34:39
Nit: like the other tests, it would be nice to exp
timvolodine
2013/05/02 11:12:12
Done.
| |
| 19 </textarea> | |
| 20 | |
| 21 </body> | |
| 22 </html> | |
| OLD | NEW |