gecko/layout/reftests/forms/textarea-no-resize.html

11 lines
213 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
</head>
<body>
<textarea cols=20 rows=4 style="resize: none"></textarea>
</body>
</html>