<!DOCTYPE html> | |
<html> | |
<head> | |
<title>This tests that paginated tables with sections renderer properly.</title> | |
<style> | |
html { | |
overflow: hidden; | |
} | |
</style> | |
<script> | |
if (window.testRunner) | |
internals.setPagination("LeftToRightPaginated", 0); | |
</script> | |
</head> | |
<body> | |
<table> | |
<thead><tr><th style="padding-bottom: 540px; width: 126px; border: 1px solid blue;"></th></thead> | |
<tr><td style="font-size: 50px; width: 100px;">page break before this line</td></tr> | |
</table> | |
</body> | |
</html> |