trisquel-icecat/icecat/testing/web-platform/tests/html/select/select-capitalize-sizing-ref.html
2025-10-06 02:35:48 -06:00

16 lines
257 B
HTML

<!doctype html>
<meta charset=utf-8>
<style>
.appearance-none {
appearance: none;
padding: 0;
border: 1px solid;
}
</style>
<select>
<option>X X X X X</option>
</select>
<br><br>
<select class=appearance-none>
<option>X X X X X</option>
</select>