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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/bug6184.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
<TABLE BORDER=1 CELLPADDING=1 CELLSPACING=0>
 
2
 <TR>
 
3
  <TD COLSPAN=2>
 
4
   The Supreme Court says 
 
5
   Wisconsin can continue using tuition vouchers to help poor parents send their 
 
6
   children to church-run schools.  What's your stand?</TD></TR>
 
7
 <TR>
 
8
  <TD>hello</TD>
 
9
  <TD align=left >hello</TD></TR>
 
10
</TABLE>
 
11
<BR>
 
12
<TABLE BORDER=1 CELLPADDING=1 CELLSPACING=0 width=600>
 
13
 <TR>
 
14
  <TD>hello</TD>
 
15
  <TD>
 
16
   The Supreme Court says 
 
17
   Wisconsin can continue using tuition vouchers to help poor parents send their 
 
18
   children to church-run schools.  What's your stand?</TD>
 
19
 <TR>
 
20
</TABLE>
 
21
<BR>