~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/block/bugs/17130-b.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><title>Testcase for bug 17130, Line break 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>Minimize the window and then open it again.</H4>
 
5
 
 
6
<table width="100%">
 
7
<tr bgcolor="#006633">
 
8
  <td><font color="#ffcc00" size="3">&nbsp;&nbsp;<SPAN>CNET</SPAN> : <SPAN>Downloads</SPAN> : </font></td>
 
9
</tr>
 
10
</table>
 
11
 
 
12
<BR>
 
13
<H4>This is the same table as above but with all &lt;SPAN> elements removed.</H4>
 
14
<table width="100%">
 
15
<tr bgcolor="#006633">
 
16
  <td><font color="#ffcc00" size="3">&nbsp;&nbsp;CNET : Downloads : </font></td>
 
17
</tr>
 
18
</table>
 
19
 
 
20
</body></html>