gecko-dev/layout/tables/crashtests/378240-1.html

12 строки
211 B
HTML
Исходник Обычный вид История

2007-12-17 08:56:48 +03:00
<html>
<body onload="document.getElementById('table').style.position = 'fixed';">
<table id="table" border="1">
<tr>
<td>td</td>
<caption>caption</caption>
</tr>
</table>
</body>
</html>