karnaze%netscape.com f1623e78d4 new regression test, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@83077 18797224-902f-48f8-a5cc-f745e15eee43
2000-11-29 22:04:24 +00:00

35 lines
621 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Testcase</title>
</head>
<body>
<table border=1>
<tr>
<td>Left side</td>
<td width=20%>Mid</td>
<td>Right side</td>
</tr>
</table>
<table border=1>
<tr>
<td>Left side</td>
<td width=20%>Mid</td>
<td>Right side</td>
</tr>
<tr>
<td>Left side</td>
<td width=20%>Mid</td>
<td>Right side</td>
</tr>
</table>
</body>
</html>