layout/reftests/pagination/float-clear-000.ref.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 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
     2 <style type="text/css">
     3 .multicol {
     4   margin: 1em;
     5   border: solid silver;
     6   width: 300px;
     7   -moz-column-width: 100px;
     8   -moz-column-gap: 0;
     9   height: 100px;
    10 }
    12 .container {
    13   border: 15px aqua;
    14   border-style: none solid;
    15   height: 250px;
    16 }
    17 .clear {
    18   border-bottom: solid orange;
    19   background: red;
    20 }
    21 </style>
    23 <p>The orange line should be halfway down the third column
    24 (immediately after the end of the aqua lines).
    26 <div class="multicol">
    27   <div class="container">
    28   </div>
    29   <div class="clear">
    30   </div>
    31 </div>

mercurial