tenfourfox/layout/reftests/table-overflow/table-row-pagination.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

25 lines
500 B
HTML

<!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>