Sign in
webkit
/
WebKit
/
56e425f7296dc561da209c5e3a1d2dc01850ac91
/
.
/
LayoutTests
/
fast
/
forms
/
select-empty-size-expected.html
blob: 630b2d4b6a77ec392b46a850309844308696b0b8 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
select
{
height
:
50px
;
border
:
1px
solid black
;
border-radius
:
0px
;
}
</style>
</head>
<body>
<select>
<option>
California
</option>
</select>
</body>
</html>