mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
365 B
HTML
13 lines
365 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body>
|
||
|
<table>
|
||
|
<tr><td>This is a test</td></tr>
|
||
|
<tr><td>This is a test</td></tr>
|
||
|
<tr><td>This is a test</td></tr>
|
||
|
<tr><td>This is a test</td></tr>
|
||
|
<caption style="position: relative; caption-side: bottom"><div style="position: absolute; top: 0; left: 0">Test</div></caption>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|