layout/tables/crashtests/696640-1.html

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

     1 <!DOCTYPE html>
     2 <html class="reftest-print">
     3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     4 <meta name="flags" content="paged">
     5 <title> crash at A4 90% generated content + repeatable tfoot</title>
     6 <link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=696640">
     7 <style type="text/css">
     8 @page { size:5in 3in; margin:0.5in; }
     9 html,body {
    10     color:black; background-color:white; font-size:16px; padding:0; margin:0; height:100%;
    11 }
    13 .LayoutBreakAfter:after {
    14   clear: both;
    15   display: block;
    16   height: 0;
    17   content: "\0020";
    18 }
    19 td { width:0.1in; height:0.1in; }
    20 div.spacer { width:50%; height:1.7in; }
    21 </style>
    23 </head>
    24 <body>
    26 <div class="spacer"></div>
    28 <div class="LayoutBreakAfter">
    29  <div style="float:left">
    30   <table>
    31    <tbody >
    32     <tr>
    33      <td> 
    34 	 </td>
    35     </tr>
    36    </tbody>
    37    <tfoot>
    38     <tr>
    39      <td >
    40      </td>
    41     </tr>
    42    </tfoot>
    43   </table>
    44  </div>
    45 </div>
    46 </body>
    47 </html>

mercurial