Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug47432.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00:00

47 lines
987 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>bug47432</title>
</head>
<body>
<table width="700" border>
<tr>
<td colspan="3">lots of text goes here even more and more and more and more and more and more and more</td>
</tr>
<tr>
<td valign="top" colspan="2">
aaaaaaaaaaaa bbbbbbbbbbbbbbb cccccccccccccccccccccccccc dddddddddddddd
</td>
<td>&nbsp;</td>
</tr>
</table>
<p>
<table width="700" border>
<tr>
<td colspan="3">lots of text goes here even mo</td>
</tr>
<tr>
<td valign="top" colspan="2">
aaaaaaaaaaaa bbbbbbbbbbbbbbb cccccccccccccccccccccccccc dddddddddddddd
</td>
<td>&nbsp;</td>
</tr>
</table>
<p>
<table width="700" border>
<tr>
<td colspan="3">lots of text goes here even m</td>
</tr>
<tr>
<td valign="top" colspan="2">
aaaaaaaaaaaa bbbbbbbbbbbbbbb cccccccccccccccccccccccccc dddddddddddddd
</td>
<td>&nbsp;</td>
</tr>
</table>
<hr width="180" align="left">
<hr width="518" align="left">
</body>
</html>