rowgroup-page-break-after-always-1-ref.html (423B)
1 <!DOCTYPE html> 2 <html class="reftest-paged"> 3 <style> 4 div.spacer { height: 50px; width: 50px; border: thin solid green;} 5 </style> 6 7 <table> 8 <tbody> 9 <tr><td><div class="spacer"></div></td></tr> 10 </tbody> 11 </table> 12 <div style="page-break-after: always"></div> 13 <table style="position: relative; top: -2px"> 14 <tbody> 15 <tr><td><div class="spacer"></div></td></tr> 16 </tbody> 17 </table> 18 </html>