mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
26 lines
635 B
HTML
26 lines
635 B
HTML
<!DOCTYPE html>
|
|
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
|
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1260855">
|
|
<div style="columns:2; column-fill:auto; height:200px;">
|
|
<table>
|
|
<thead style="break-inside:avoid;">
|
|
<tr>
|
|
<td>
|
|
<iframe style="height:10px;"></iframe>
|
|
</td>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<div style="height:100px;"></div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div style="height:100px;"></div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|