layout/reftests/bugs/424766-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 <title></title>
     6 </head>
     8 <body style="width: 1000px; margin: 0; padding: 0">
     9   <table cellpadding="0" cellspacing="0" align="center">
    10     <tr>
    11       <td>
    12         <div style="background:red; WIDTH: 400px; height:400px;"></div>
    13         <div id="x" style="width: 0px"></div>
    15       </td>
    16     </tr>
    17   </table>
    18   <div style="position: absolute; top: 0; left: 300px; height: 400px; width: 400px; background: green; opacity: 0.9"></div>
    20 <br/>
    22 <div style="text-align: center;">
    23 <form method="get" action="#">
    24   <input onclick="return false;" value="Trigger Bug" type="button" />
    25 </form>
    26 </div>
    28 </body>
    29 </html>

mercurial