waterson%netscape.com 17634000b5 Check in buster's block regression tests.
git-svn-id: svn://10.0.0.236/trunk@72580 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-20 00:53:47 +00:00

53 lines
1.0 KiB
HTML

<html><head><title>Testcase for bug 13553</title></head>
<body bgcolor="#FFFFFF">
The following tables are identically coded except for the P end-tag.<BR>
<table border="1">
<tr>
<td width="138">
<P><!-- NOTE THE P HERE (no end-tag) -->
<table width="160" align="right"><tr>
<td>ABCDE</td>
</tr></table>
</td>
</tr>
</table>
<table border="1">
<tr>
<td width="138">
<P><!-- NOTE THE P HERE -->
</P><!-- NOTE THE /P HERE --><table width="160" align="right"><tr>
<td>ABCDE</td>
</tr></table>
</td>
</tr>
</table>
<table border="1">
<tr>
<td width="138">
<P><!-- NOTE THE P HERE -->
<table width="160" align="right"><tr>
<td>ABCDE</td>
</tr></table></P><!-- NOTE THE /P HERE -->
</td>
</tr>
</table>
<table border="1">
<tr>
<td width="138">
<P><!-- NOTE THE P HERE -->
<table width="160" align="right"><tr>
<td>ABCDE</td>
</tr></table>
</td>
</tr>
</table>
</P><!-- NOTE THE /P HERE -->
</body>
</html>