tenfourfox/layout/reftests/bugs/776265-1b.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
361 B
HTML

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