Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug17130-1.html
bloba23db24549b0fc3df52a48cfb2f6399baaab1420
1 <html><head><title>Testcase for bug 17130, Vertical Alignment error</title></head>
2 <body bgcolor="#FFFFFF">
3 <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>
4 <H4>Resize the width of the window and watch the Buy and Pick columns below.</H4>
6 <table width="100%">
7 <tr bgcolor="#CCCCCC">
8 <td>Re-sort by Title</td>
9 <td><SPAN>Buy</SPAN>&nbsp;</td>
10 <td>&nbsp;<SPAN>Pick</SPAN>&nbsp;</td>
11 </tr>
12 <tr>
13 <td>Norton AntiVirus Definitions Update 10/21/99 Update your NAV for
14 Windows 95/98/NT, Lotus Notes, or Exchange with the latest virus definitions.</td>
15 <td>&nbsp;</td>
16 <td>&nbsp;</td>
17 </tr>
18 </table>
20 <BR>
21 <H4>This is the same table as above but with all &lt;SPAN> elements removed.</H4>
22 <table width="100%">
23 <tr bgcolor="#CCCCCC">
24 <td>Re-sort by Title</td>
25 <td>Buy&nbsp;</td>
26 <td>&nbsp;Pick&nbsp;</td>
27 </tr>
28 <tr>
29 <td>Norton AntiVirus Definitions Update 10/21/99 Update your NAV for
30 Windows 95/98/NT, Lotus Notes, or Exchange with the latest virus definitions.</td>
31 <td>&nbsp;</td>
32 <td>&nbsp;</td>
33 </tr>
34 </table>
36 </body></html>