tenfourfox/layout/tables/crashtests/1027611-1.html

25 lines
326 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>