zalan@apple.com | 45ae7d7 | 2017-04-01 06:30:00 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title>This tests that paginated tables with sections renderer properly.</title> |
| 5 | <style> |
| 6 | html { |
| 7 | overflow: hidden; |
| 8 | } |
| 9 | </style> |
| 10 | <script> |
| 11 | if (window.testRunner) |
| 12 | internals.setPagination("LeftToRightPaginated", 0); |
| 13 | </script> |
| 14 | </head> |
| 15 | <body> |
| 16 | <table> |
| 17 | <thead><tr><th style="padding-bottom: 540px; width: 126px; border: 1px solid blue;"></th></thead> |
| 18 | <tr><td style="font-size: 50px; width: 100px;">page break before this line</td></tr> |
| 19 | </table> |
| 20 | </body> |
| 21 | </html> |