Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
html
/
rendering
/
replaced-elements
/
the-select-element
/
select-button-min-height-001-ref.html
blob: c35ad5fc420cd16baf2914d116f2e5a6e69fb96a [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
CSS Test Reference
</title>
<style>
select
,
input
,
button
{
height
:
100px
;
}
</style>
<div>
<select><option>
Select
</option></select>
<button>
Button
</button>
<input
type
=
"button"
value
=
"Input"
>
</div>