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

22 lines
278 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
.pad { padding: 100%; }
</style>
</head>
<body>
<table>
<div class="pad">x</div>
<tr>
<td>a</td>
<td>b</td>
<div class="pad">c</div>
</tr>
</table>
</body>
</html>