summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/datetime/line-height-02.html
blob: e71044c857d1058e2ba3289d45351732e644d2f0 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<style>
  input {
    line-height: 80px;
  }
</style>
<input type=date>
<input type=time>