no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / layout / tables / crashtests / 696640-1.html
blobd74cf5d63235ee4be1fa49ad959e30ceec0177ae
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%;
13 .LayoutBreakAfter:after {
14 clear: both;
15 display: block;
16 height: 0;
17 content: "\0020";
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>