Bug 1942006 - Upstream a variety of Servo-specific code from Servo's downstream fork...
[gecko.git] / layout / reftests / forms / textarea / ltr-scrollbar.html
blob04384ff9d68e64f8b73001f59ca1c16dd4bea583
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title></title>
6 </head>
7 <body>
8 <textarea dir="ltr" cols=20 rows=4
9 style="overflow: scroll;
10 resize: none;
11 scrollbar-color: pink blue"></textarea>
12 </body>
13 </html>