summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/385132-1.xhtml
blob: 53753acab149df6ff218241f0e178dd7cd0850c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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>