summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/select/vertical-centering.html
blob: 6a2daa9e7bede2de6ee4ec9ce32d35cf786c3663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<style>
  @font-face {
    font-family: "Ahem";
    src: url(../../fonts/Ahem.ttf);
  }
  select {
    -moz-appearance: none;
    border: none;
    font-family: Ahem;
    font-size: 20px;
    padding: 0;
    box-sizing: content-box;
    height: 40px;
  }
</style>
<select>
  <option>X</option>
</select>