blob: ded2e96e93c87e22c51d35207ffc516b6de2dae2 (
plain)
1
2
3
4
5
6
7
8
|
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-paged">
<style><![CDATA[
tfoot::after { content: "m"; position: fixed;}
]]>
</style>
<td></td>
<tfoot style="page-break-before: always;"></tfoot>
</html>
|