layout/reftests/bugs/329359-1-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>
     2 <html>
     3 <head>
     4 <style type="text/css">
     5 .float-left, .float-right {
     6  float: left;
     7  width: 125px; height: 1em;
     8  background-color: red;
     9 }
    10 .float-right {
    11  float: right;
    12 }
    13 .fieldset {
    14  margin: 0 125px 0; padding: 0;
    15  border: none;
    16  height: 5em;
    17  background-color: green;
    18 }
    19 </style>
    20 </head>
    21 <body>
    22 <div class="float-left"></div>
    23 <div class="float-right"></div>
    24 <div class="fieldset"></div>
    25 <div class="float-left"></div>
    26 <div class="float-right"></div>
    27 <div class="fieldset"></div>
    28 </body>
    29 </html>

mercurial