696640-1.html (944B)
1 <!DOCTYPE html> 2 <html class="reftest-paged"> 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 } 12 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> 22 23 </head> 24 <body> 25 26 <div class="spacer"></div> 27 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>