Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 1767364-4.html
blob279660ce4593baf6bcd2cc6019b510e8386275c7
1 <html class="reftest-paged">
2 <head>
3 <title>Testcase bug 1767364 - page breaks & empty thead causing data loss and asserts</title>
4 <style>
5 .bb {
6 break-before: page;
8 .red {
9 border-top: 1px red solid;
10 border-bottom: 1px red solid;
12 .green {
13 border-top: 1px green solid;
14 border-bottom: 1px green solid;
16 .blue {
17 border-top: 1px blue solid;
18 border-bottom: 1px blue solid;
20 </style>
21 </head>
22 <body>
23 <div class="bb red">
24 <table class="bb green">
25 <tbody></tbody>
26 <tfoot><td class="blue">data</td></tfoot>
27 </table>
28 </div>