mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
21 lines
759 B
HTML
21 lines
759 B
HTML
|
<html><head><title>Testcase for bug 17130, Line break 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>Minimize the window and then open it again.</H4>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr bgcolor="#006633">
|
||
|
<td><font color="#ffcc00" size="3"> <SPAN>CNET</SPAN> : <SPAN>Downloads</SPAN> : </font></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<BR>
|
||
|
<H4>This is the same table as above but with all <SPAN> elements removed.</H4>
|
||
|
<table width="100%">
|
||
|
<tr bgcolor="#006633">
|
||
|
<td><font color="#ffcc00" size="3"> CNET : Downloads : </font></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</body></html>
|