gecko-dev/layout/tables/crashtests/563009-3.html
Tobias Schneider 3880ddff03 Bug 1382327 - (reftest) Rename reftest-print to reftest-paged. r=dbaron
--HG--
extra : rebase_source : c4e47e2de8d615c77e7e9ce88f6b21c9d15c92e4
2017-07-26 22:53:46 -07:00

35 lines
527 B
HTML

<html class="reftest-paged">
<head>
<style type="text/css">
div{
border: 1px solid green;
}
</style>
</head>
<body>
<table border width="260px" style="float:left">
<tbody>
<tr>
<td><div style="width:50px; height:910px;"></div>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td >
<div style="width:50px; height:68px;"></div>
</td>
</tr>
</tfoot>
</table>
<div style="float:left; width:430px; height: 311px"></div>
<div style="float:left; width:430px; height: 311px"></div>