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