layout/generic/crashtests/404219-1.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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     float: left;
    16     background: lightblue;
    17   }
    18   div#c {
    19     height: 100px;
    20     background: orange;
    21   }
    22 </style>
    23 </head>
    24 <body>
    25   <div id="a">
    26     <div id="b"><br/><br/>b</div>
    27     <div id="c">c c c</div>
    28   </div>
    29 </body>
    30 </html>

mercurial