blob: c3de58e158ebb8eecf2ba7d864c5644e88f73a51 [file] [log] [blame]
<!DOCTYPE html>
<title>CSS aspect-ratio reference: select elements</title>
<select style="height: 50px; width: 50px; background: green;">
<option value=""></option>
</select>
<br>
<select style="height: 50px; width: 50px; background: green;">
<option value="">The long text is selected</option>
</select>
<br>
<select style="height: 50px; width: auto; background: green;">
<option value="">The long text is selected</option>
</select>