kherron%fmailbox.com d6742f7230 Bug 368504 - Table cell is wider than it should be. Patch by Ryan VanderMeulen <ryanvm@gmail.com>. r=dholbert.
git-svn-id: svn://10.0.0.236/trunk@229059 18797224-902f-48f8-a5cc-f745e15eee43
2007-06-30 12:45:36 +00:00

19 lines
402 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Bug 368504 Test 2</title>
</head>
<body>
<table border=1 cellpadding=0>
<tr>
<td width="100%">&nbsp;</td>
<td>ddd</td>
</tr>
<tr><td colspan="2">
<div style="width: 20em">&nbsp;</div>
</td></tr>
</table>
</body>
</html>