table-row-pagination-002-print.html (744B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <link rel="match" href="table-row-pagination-002-print-ref.html"> 6 <link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#tables-2"> 7 <link rel="help" href="https://drafts.csswg.org/css-break/"> 8 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=963441"> 9 <style> 10 @page { size:5in 3in; margin:0.5in; } 11 </style> 12 </head> 13 <body> 14 <div style="float: left"> 15 <table cellpadding=0 cellspacing=0> 16 <tr> 17 <td> 18 <div style="height:3in">Tall div. (Scroll to end.)</div> 19 <div>IS THIS TEXT VISIBLE IN PRINT PREVIEW?</div> 20 </td> 21 </tr> 22 </table> 23 </div> 24 <div style="clear: left">[clear:left]</div> 25 </body> 26 </html>