layout/generic/crashtests/404219-2.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <html>
     2 <head>
     3 <style>
     4   body {
     5     /* Standize line-height, because the default varies by platform */
     6     line-height: 50px;
     7   }
     8   div#a {
     9     width: 3em;
    10     -moz-column-count: 2;
    11     -moz-column-gap: 0px;
    12     background: lightgreen;
    13   }
    14   div#b {
    15     height: 100px;
    16     float: left;
    17     background: lightblue;
    18   }
    19   div#c {
    20     height: 100px;
    21     background: orange;
    22   }
    23 </style>
    24 </head>
    25 <body>
    26   <div id="a">
    27     <div id="b"><br/><br/>b</div>
    28     <div id="c">c c c</div>
    29   </div>
    30 </body>
    31 </html>

mercurial