gecko-dev/layout/html/tests/table/bugs/bug53663.html

16 строки
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>