blob: e4d2067c49fd1fc794175c2616d36057d1461942 [file] [log] [blame]
zalan@apple.com45ae7d72017-04-01 06:30:00 +00001<!DOCTYPE html>
2<html>
3<head>
4<title>This tests that paginated tables with sections renderer properly.</title>
5<style>
6html {
7 overflow: hidden;
8}
9</style>
10<script>
11if (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>