Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug17130-1.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

37 lines
1.2 KiB
HTML

<html><head><title>Testcase for bug 17130, Vertical Alignment error</title></head>
<body bgcolor="#FFFFFF">
<H4>Testcase distilled from <a href="http://www.download.com/pc/list/0,339,0-b-0-0-a-1,00.html?st.dl.fd.ag.new">http://www.download.com/pc/list/0,339,0-b-0-0-a-1,00.html?st.dl.fd.ag.new</a></H4>
<H4>Resize the width of the window and watch the Buy and Pick columns below.</H4>
<table width="100%">
<tr bgcolor="#CCCCCC">
<td>Re-sort by Title</td>
<td><SPAN>Buy</SPAN>&nbsp;</td>
<td>&nbsp;<SPAN>Pick</SPAN>&nbsp;</td>
</tr>
<tr>
<td>Norton AntiVirus Definitions Update 10/21/99 Update your NAV for
Windows 95/98/NT, Lotus Notes, or Exchange with the latest virus definitions.</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
<BR>
<H4>This is the same table as above but with all &lt;SPAN> elements removed.</H4>
<table width="100%">
<tr bgcolor="#CCCCCC">
<td>Re-sort by Title</td>
<td>Buy&nbsp;</td>
<td>&nbsp;Pick&nbsp;</td>
</tr>
<tr>
<td>Norton AntiVirus Definitions Update 10/21/99 Update your NAV for
Windows 95/98/NT, Lotus Notes, or Exchange with the latest virus definitions.</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</body></html>