Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: (os == 'android')
- Manifest: layout/reftests/forms/textarea/reftest.list
<!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>