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