summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-inflation/relevant-width-1-ref.html
blob: 90b67e1b6add7caedf3ce8eb0b9b5485e720d71f (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML>
<style>
div { font-size: 34px; width: 450px }
div.inner { width: 300px }
</style>
<div class="middle">
  Text in middle.
  <div class="inner">Text in inner.</div>
</div>