Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/776265-1a.html

20 lines
363 B
HTML
Raw Permalink Normal View History

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