1427141-ref.html (619B)
1 <!doctype html> 2 <html class="reftest-paged"> 3 <head> 4 <title>bug 1427141</title> 5 6 <style> 7 @page { size:5in 3in; margin:0.5in; } 8 html,body { 9 color:black; background-color:white; font:16px/1 monospace; padding:0; margin:0; 10 } 11 12 html, body { 13 height: 100%; 14 width: 100%; 15 } 16 </style> 17 </head> 18 <body> 19 <div style="page-break-after:always"></div> 20 <div> 21 <table> 22 <tr> 23 <td> 24 PAGE 1 (above) is blank. The line below is visible:<br> 25 THIS IS PAGE 2 26 </td> 27 </tr> 28 </table> 29 </div> 30 </body> 31 </html>