gecko/layout/reftests/bugs/308406-1.html

20 lines
242 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
td { padding: 3px; }
</style>
</head>
<body>
<table>
<tbody style="height:200px;">
<tr>
<td>Value </td>
<td>Value </td>
<td>Value </td>
</tr>
</tbody>
</table>
</body>
</html>