18 lines
423 B
HTML
18 lines
423 B
HTML
<!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>
|