Mypal/layout/tables/crashtests/1027611-1.html
2019-03-11 13:26:37 +03: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>