tenfourfox/layout/reftests/bugs/776265-1c.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 min-width with box-sizing: border-box</title>
<style type="text/css">
textarea {
float: left;
width: 40px;
height: 50px;
min-width: 50px;
border: 1px solid #aaa;
padding: 4px;
box-sizing: border-box;
}
</style>
</head>
<body><textarea></textarea>
</body>
</html>