1 2 3 4 5 6 7 8 9 10 11
<html class="reftest-print"> <head> </head> <body> <div style="display: table; position: fixed;"> <div style="display: table-row; page-break-after: always;"></div> <div style="display: table-row;"></div> </div> </body> </html>