summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/562835-ref.html
blob: b8ee4c710077ec3c00c0dbc03dadd7415f781ca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<title>Fonts and margins of HTML headers</title>
<style type="text/css">

body > div { border: medium solid blue }
body > div > div { font-weight: bold }

</style>

<div><div style="font-size: 2.00em; margin: 0.67em 0">Level 1</div></div>
<div><div style="font-size: 1.50em; margin: 0.83em 0">Level 2</div></div>
<div><div style="font-size: 1.17em; margin: 1.00em 0">Level 3</div></div>
<div><div style="font-size: 1.00em; margin: 1.33em 0">Level 4</div></div>
<div><div style="font-size: 0.83em; margin: 1.67em 0">Level 5</div></div>
<div><div style="font-size: 0.67em; margin: 2.33em 0">Level 6</div></div>