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