1094434-2-ref.html 390 B

123456789101112131415161718192021222324252627282930
  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. <body>
  16. <textarea class="test" dir="ltr"> </textarea>
  17. <textarea class="test" dir="ltr"> </textarea>
  18. <br>
  19. <textarea class="test" dir="rtl"> </textarea>
  20. <textarea class="test" dir="rtl"> </textarea>
  21. </body>
  22. </html>