summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/file/button-height.html
blob: b1094ad783f317289dde44fb929da11d4f1a1bd1 (plain)
1
2
3
4
5
6
<!doctype html>
<style>
  /* Android adds a border for some reason */
  input { border: 0 }
</style>
<input type="file" style="height: 400px">