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