karnaze%netscape.com b4e649d32b new regression test not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@63126 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-16 02:56:12 +00:00

25 lines
306 B
HTML

<html>
<body>
<table border=1>
<tr>
<td>Test</td>
<td rowspan=3>Test</td>
</tr>
<tr>
<td>
<span>This cell should be visible
<table>
<tr>
<td>This table should be visible</td>
</tr>
<input type="hidden">
</table>
</span>
</td>
</tr>
</table>
</body>
</html>