mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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>
|