gecko/layout/reftests/bugs/367332-1f.html

23 lines
485 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Testcase, bug 367332</title>
<style type="text/css">
td { vertical-align: baseline; }
</style>
</head>
<body>
<table>
<tr>
<td style="padding-top: 0;"><div style="padding-top: 40px; height: 80px;">data</div></td>
<td style="padding-top: 12px;"><div style="padding-top: 3px; height: 120px;">data</div></td>
<td style="padding-top: 40px;"><div style="padding-top: 0; height: 160px;">data</div></td>
</tr>
</table>
</body>
</html>