Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE HTML>
<html>
<head>
<title>Testcase for bug 776265 - checks max-width</title>
<style type="text/css">
textarea {
float: left;
height: 50px;
width: 70px;
max-width: 50px;
border: 1px solid #aaa;
padding: 4px;
}
</style>
</head>
<body><textarea></textarea>
</body>
</html>