summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/datetime/time-small-width-height.html
blob: a221b28195d31b7440f0ab81838f6bcd01700de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head>
    <style>
input {
  width: 8px;
  height: 8px;
  outline: 1px dotted black;
  color: white;
  /* Disable baseline alignment, so that our y-position isn't influenced by the
   * choice of font inside of input: */
  vertical-align: top;
}
    </style>
  </head>
  <body>
    <input type="time">
  </body>
</html>