gecko/layout/reftests/bugs/776265-1-ref.html
Charly Molter db958503bc Bug 776265 - changing the way ComputeHeightValue works to make it work just
like ComputeWidthValue already does. this fixes {min,max}-height + adding
  reftests for {min,max}-{height,width} r=mats
2012-08-08 17:58:26 +02:00

19 lines
266 B
HTML

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