mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
16 lines
273 B
HTML
16 lines
273 B
HTML
<html>
|
|
<head>
|
|
<title>15265</title>
|
|
</head>
|
|
<body>
|
|
<p style="color: green">This is a green paragraph</p>
|
|
|
|
<table style="position: absolute; border: solid thin black">
|
|
<tr>
|
|
<td>This is a table with 'position: absolute' but no box offsets</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|