Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
forms
/
select-empty-size.html
blob: 3e9f2d1365260ea867c3249039ca5458cf36b8e7 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
select
{
height
:
50px
;
border
:
1px
solid black
;
border-radius
:
0px
;
}
</style>
</head>
<body>
<select
size
>
<option>
California
</option>
</select>
</body>
</html>