layout/reftests/bugs/581317-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>
     5 #d { width:200px; border:10px solid rgba(200,200,200,0.99); }
     6 #e { width:196px; height:196px; opacity:0.99; background-color:rgb(200,200,200); padding:2px; }
     7 #f { width:200px; height:10px; opacity:0.8; }
     8 </style>
     9 </head>
    10 <body>
    11 <div id="d">
    12   <div id="e">
    13     <div style="width:80px; height:80px; background:yellow;"></div>
    14     <div id="f">
    15       <div style="width:80px; height:80px; background:blue;"></div>
    16     </div>
    17   </div>
    18 </div>
    19 </body>
    20 </html>

mercurial