1094434-2-ref.html (390B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <style> 6 .test { 7 margin: 20px; 8 height: 200px; 9 width: 200px; 10 overflow: scroll; 11 padding: 0; 12 } 13 </style> 14 </head> 15 16 <body> 17 18 <textarea class="test" dir="ltr"> </textarea> 19 20 <textarea class="test" dir="ltr"> </textarea> 21 22 <br> 23 24 <textarea class="test" dir="rtl"> </textarea> 25 26 <textarea class="test" dir="rtl"> </textarea> 27 28 </body> 29 </html>