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/customizable-select/min-size-empty-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<link rel="match" href="min-size-empty-001-ref.html">
<style>
select, select::picker(select) {
appearance: base-select;
}
select::picker-icon {
display: none;
}
</style>
<select></select>