blob: da873b4053e3ea6b1c249e875f5a270b48840635 [file] [log] [blame]
<html>
<head>
<style>
.small {
height: 6px;
font-size: 6px;
}
.med {
height: 40px;
font-size: 15px;
}
.large {
height: 200px;
font-size: 27px;
}
</style>
</head>
<body>
This tests that aqua-style search fields do not honor height.<br>
<input type="search" class="small" value="mini"></input>
<input type="search" class="med" value="small"></input>
<input type="search" class="large" value="regular"></input>
</body>
</html>