Bug 1897246 - Implement "Add to Home screen" menu functionality. r=android-reviewers,gl
[gecko.git] / layout / tables / crashtests / 1767364-2.html
blob6104e35e89e0d107b0e80c904401ad93b5735b6c
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 <thead></thead>
26 <tbody><td class="blue">data</td></tbody>
27 </table>
28 </div>