gecko/layout/reftests/bugs/271747-1-ref.html
2007-12-19 08:52:37 -08:00

21 lines
360 B
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html><head>
<title>Bug 271747 Width in table cells in bottom row sometimes ignored</title>
<style>
td{background-color:green;}
tr{height:100px;}
</style>
</head>
<body>
<table cellpadding="0"><tbody>
<tr>
<td></td>
<td>
</td>
</tr>
<tr>
<td width="100"></td>
<td width="500"></td>
</tr>
</tbody></table>
</body></html>