Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/replaced-elements/the-select-element/select-1-block-size-001.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Select block size when line-height is specified</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="match" href="select-1-block-size-001-ref.html">
<style>
select {
-webkit-appearance: none;
appearance: none;
background: black;
color: black;
line-height: 100px;
width: 100px;
border: 0;
border-radius: 0;
padding: 0;
}
</style>
<select></select>
<select><option>A</option></select>