summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/textarea/in-rtl-doc-scrollbar.html
blob: 5700b37fc2a8ecb3c19ce5cdd10f00660a8588fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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;
                   scrollbar-color: pink blue"></textarea>
 </body>
</html>