mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
10 lines
314 B
HTML
10 lines
314 B
HTML
<head>
|
|
</head>
|
|
<body>
|
|
<table style="border:1px solid blue">
|
|
<thead style="display: table-cell; border-collapse: collapse; border:1px solid red; padding:1px">
|
|
<td style="overflow: auto; display: table-header-group; border:1px solid green"></td>
|
|
<td style=" border:10px solid orange" ></td>
|
|
</thead>
|
|
</table>
|
|
</body> |