tenfourfox/layout/tables/crashtests/385132-2.html

18 lines
229 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<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>