1
0
Fork 0
firefox/testing/web-platform/tests/html/select/select-capitalize-sizing-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02: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>