mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
37 lines
1.2 KiB
HTML
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> </td>
|
|
<td> <SPAN>Pick</SPAN> </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> </td>
|
|
<td> </td>
|
|
</tr>
|
|
</table>
|
|
|
|
<BR>
|
|
<H4>This is the same table as above but with all <SPAN> elements removed.</H4>
|
|
<table width="100%">
|
|
<tr bgcolor="#CCCCCC">
|
|
<td>Re-sort by Title</td>
|
|
<td>Buy </td>
|
|
<td> Pick </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> </td>
|
|
<td> </td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body></html>
|