Mypal/layout/tables/crashtests/351628-1.xhtml
2019-03-11 13:26:37 +03:00

15 lines
269 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body onload="var yy = document.getElementById('yy'); yy.parentNode.removeChild(yy);">
<table border="1" style="border-collapse: collapse;">
<tr>
<td> <td id="yy"/> </td>
</tr>
</table>
</body>
</html>