layout/generic/crashtests/469859-1.xhtml

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 xmlns="http://www.w3.org/1999/xhtml">
     2 <head>
     3 <style id="ss" type="text/css">
     5 #o {
     6   height: 65px;
     7 }
     9 </style>
    10 <script type="text/javascript">
    12 function boom()
    13 {
    14   document.getElementById("ss").disabled = true;
    15   document.documentElement.offsetHeight;
    16   document.getElementById("ss").disabled = false;
    17 }
    19 </script>
    20 </head>
    21 <body onload="boom();">
    23 <div style="-moz-column-width: 0;">
    24   <colgroup></colgroup>
    25   <div>
    26     <div id="o" style="float: left;"></div>
    27     <div style="clear: both;">A B<div style="float: left;"></div></div>
    28   </div>
    29 </div>
    31 </body>
    32 </html>

mercurial