layout/reftests/bugs/562835-2.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML>
     2 <title>Fonts and margins of HTML headers</title>
     3 <style type="text/css">
     5 div { border: medium solid blue }
     7 </style>
     9 <div><h1>Level 1</h1></div>
    10 <article>
    11 <div><h1>Level 2</h1></div>
    12 <nav>
    13 <div><h1>Level 3</h1></div>
    14 </nav>
    15 <section>
    16 <aside>
    17 <div><h1>Level 4</h1></div>
    18 </aside>
    19 </section>
    20 <section>
    21 <nav>
    22 <nav>
    23 <div><h1>Level 5</h1></div>
    24 <aside>
    25 <div><h1>Level 6</h1></div>
    26 </aside>
    27 </nav>
    28 </nav>
    29 </section>
    30 </article>

mercurial