Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>Absolutely positioned descendants of a listbox select render</title>
<style>
select {
appearance: none;
border: 1px solid black;
padding: 0;
background: green;
color: green;
width: 60px;
border-radius: 0;
}
</style>
<select size="2">
<option>a</option>
</select>