tenfourfox/layout/tables/crashtests/385132-1.xhtml

22 lines
278 B
HTML
Raw Normal View History

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