haikuwebkit/LayoutTests/fast/forms/select-empty-size.html

19 lines
198 B
HTML

<html>
<head>
<style>
select {
height: 50px;
border: 1px solid black;
border-radius: 0px;
}
</style>
</head>
<body>
<select size>
<option>California</option>
</select>
</body>
</html>