Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/tables/crashtests/crashtests.list
<!DOCTYPE html>
<html class="reftest-paged">
<head>
<style>
table tbody td {
border-right:1px solid;
}
table {
border-collapse:collapse;
}
</style>
</head>
<body>
<div style="height:150px"></div>
<table>
<tbody>
<tr height=150></tr>
<tr height=10><td></td></tr>
</tbody>
<tfoot><tr height=50><td>footer</tfoot>
</table>
</body>