mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
ba1aceec73
--HG-- extra : rebase_source : e1ce347dd019cf4e7a538a3f7a42a8409f7d644a
25 lines
326 B
HTML
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>
|