gecko-dev/layout/tables/crashtests/1027611-1.html

25 строки
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>