trisquel-icecat/icecat/layout/reftests/forms/input/file/button-height.html

6 lines
143 B
HTML

<!doctype html>
<style>
/* Android adds a border for some reason */
input { border: 0 }
</style>
<input type="file" style="height: 400px">