Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html class="reftest-paged">
<style>
div.spacer { height: 50px; width: 50px; border: thin solid green;}
</style>
<table>
<tbody>
<tr><td><div class="spacer"></div></td></tr>
</tbody>
</table>
<div style="page-break-after: always"></div>
<table style="position: relative; top: -2px">
<tbody>
<tr><td><div class="spacer"></div></td></tr>
</tbody>
</table>
</html>