tenfourfox/layout/reftests/bugs/271747-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

21 lines
360 B
HTML
Raw Permalink 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>