Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/tables/crashtests/crashtests.list
<html class="reftest-paged">
<head>
<style>
.bb {
break-before: page;
}
.red {
border-top: 1px red solid;
border-bottom: 1px red solid;
}
.green {
border-top: 1px green solid;
border-bottom: 1px green solid;
}
.blue {
border-top: 1px blue solid;
border-bottom: 1px blue solid;
}
</style>
</head>
<body>
<div class="bb red">
<table class="bb green">
<thead></thead>
<tfoot><td class="blue">data</td></tfoot>
</table>
</div>