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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/bug11384q.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
 
2
<HTML>
 
3
 
 
4
<HEAD>
 
5
<TITLE>text-align: center</TITLE>
 
6
</HEAD>
 
7
 
 
8
<BODY style="text-align: center">
 
9
 
 
10
<H1>&lt;BODY style=&quot;text-align: center&quot;&gt;</H1>
 
11
 
 
12
<TABLE width=80% border=1>
 
13
  <TR>
 
14
    <TD>The table should be center-aligned not the text</TD>
 
15
  </TR>
 
16
</TABLE>
 
17
 
 
18
</BODY>
 
19
</HTML>