summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/textarea/rtl-scrollbar.html
blob: 2770dc6941d35026da7554373eaeb147c2a0393b (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <title></title>
 </head>
 <body>
  <textarea dir="rtl" cols=20 rows=4 style="overflow: scroll; resize: none"></textarea>
 </body>
</html>