Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!DOCTYPE HTML>
<link rel="match" href="min-size-empty-001-ref2.html">
<style>
select, select::picker(select) {
appearance: base-select;
}
select::picker-icon {
display: none;
}
select {
width: 24px;
height: max(1lh, 24px);
}
</style>
<select></select>