summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-overflow/table-row-pagination.html
blob: 113806162da07fdc4c4b18a966aa321d979e38d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML>
<html class="reftest-print"><head>
    <meta charset="utf-8">
    <title>Testing row split</title>
    <style type="text/css">

        html,body {
            color:black; background-color:white; font-size:16px; padding:0; margin:0; height:100%;
        }
	
table { height:160%; width:100%; }
td { height:50%; width:100%; }
    </style>
</head>
<body>

<table border="0" cellspacing="0" cellpadding="0">
<tr><td></td></tr>
<tr><td valign="top">1</td></tr>
</table>


</body>
</html>