mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00: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>
|