summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-inflation/form-button-fixed-height-ref.html
blob: c59bba5044184bc62a5705623d5f5226a6eacd87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<meta charset="utf-8">
<style>
  div.outer {
    width: 450px;
    font-size: 34px;
  }

  button {
    font-size: 12px;
    height: 20px;
  }
</style>
<!--
Because this button has a fixed height,
font inflation should be disabled.
-->
<div class="outer">
  <form><button>Add Comment</button></form>
</div>