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