karnaze%netscape.com 53af4f4999 new regression tests, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@105998 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-23 00:15:55 +00:00

25 lines
443 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head><title>Demo of form rendering bug</title></head>
<body bgcolor="white">
<table border=1>
<tr bgcolor="gray">
<td rowspan=2>
<input type=submit value=button><br>
<input type=submit value=button>
</td>
<td>
some text row 1
</td>
<tr bgcolor="gray">
<td>
some text row 2<br>line 2 of row 2
</td>
</tr>
</table>
</body>
</html>