Mypal/layout/tables/crashtests/385132-2.html
2019-03-11 13:26:37 +03:00

18 lines
229 B
HTML

<html>
<head>
<style>
.pad { padding: 50%; }
</style>
</head>
<body>
<table cellspacing=0 cellpadding=0>
<tr>
<td><div class="pad">a</div></td>
<td><div class="pad">b</div></td>
</tr>
</table>
</body>
</html>