gecko/layout/tables/crashtests/385132-1.xhtml
jruderman@hmc.edu 4fcfcc4c0d Add crashtests
2007-12-16 22:05:02 -08: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>