layout/reftests/bugs/562835-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE HTML>
     2 <title>Fonts and margins of HTML headers</title>
     3 <style type="text/css">
     5 body > div { border: medium solid blue }
     6 body > div > div { font-weight: bold }
     8 </style>
    10 <div><div style="font-size: 2.00em; margin: 0.67em 0">Level 1</div></div>
    11 <div><div style="font-size: 1.50em; margin: 0.83em 0">Level 2</div></div>
    12 <div><div style="font-size: 1.17em; margin: 1.00em 0">Level 3</div></div>
    13 <div><div style="font-size: 1.00em; margin: 1.33em 0">Level 4</div></div>
    14 <div><div style="font-size: 0.83em; margin: 1.67em 0">Level 5</div></div>
    15 <div><div style="font-size: 0.67em; margin: 2.33em 0">Level 6</div></div>

mercurial