gecko/layout/tables/crashtests/1027611-1.html
Seth Fowler 681ce724e2 Bug 1027611 (Part 2) - Crashtest. r=bz
--HG--
extra : rebase_source : e1ce347dd019cf4e7a538a3f7a42a8409f7d644a
2014-07-03 10:55:37 -07:00

25 lines
326 B
HTML

<!DOCTYPE html>
<html class="reftest-print">
<head>
<style>
thead {
position: relative;
}
tr {
height: 60px;
}
</style>
</head>
<body>
<table>
<thead>
<tr></tr>
</thead>
<tbody>
<tr></tr>
<tr></tr>
</tbody>
</table>
</body>
</html>