1094434-1-ref.html (370B)
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 padding: 0; 11 } 12 </style> 13 </head> 14 15 <body> 16 17 <textarea class="test" dir="ltr"> </textarea> 18 19 <textarea class="test" dir="ltr"> </textarea> 20 21 <br> 22 23 <textarea class="test" dir="rtl"> </textarea> 24 25 <textarea class="test" dir="rtl"> </textarea> 26 27 </body> 28 </html>