blob: 22656cd29166a7e8f2b5125c3fb668c8b18fcfb2 [file] [log] [blame]
<!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>
</table>
</body>
</html>