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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/marvin/x_col_align_left.xml

  • 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 XHTML 1.0 Transitional//EN"
 
2
 
 
3
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
4
 
 
5
<html xmlns="http://www.w3.org/1999/xhtml">
 
6
 
 
7
<head>
 
8
 
 
9
<meta name="generator"
 
10
 
 
11
content="HTML Tidy for Mac OS, see www.w3.org" />
 
12
 
 
13
<title>col_align_left.xml</title>
 
14
 
 
15
<!-- Modified: Changed doctype to xhtml 1.0 transitional Author: Chris Petersen Date: 1/17/01 -->
 
16
 
 
17
<!-- 
 
18
 
 
19
 
 
20
 
 
21
   - The contents of this file are subject to the Mozilla Public
 
22
 
 
23
 
 
24
 
 
25
   - License Version 1.1 (the "License"); you may not use this file
 
26
 
 
27
 
 
28
 
 
29
   - except in compliance with the License. You may obtain a copy of
 
30
 
 
31
 
 
32
 
 
33
   - the License at http://www.mozilla.org/MPL/
 
34
 
 
35
 
 
36
 
 
37
   - 
 
38
 
 
39
 
 
40
 
 
41
   - Software distributed under the License is distributed on an "AS
 
42
 
 
43
 
 
44
 
 
45
   - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
46
 
 
47
 
 
48
 
 
49
   - implied. See the License for the specific language governing
 
50
 
 
51
 
 
52
 
 
53
   - rights and limitations under the License.
 
54
 
 
55
 
 
56
 
 
57
   - 
 
58
 
 
59
 
 
60
 
 
61
   - The Original Code is Mozilla Communicator Test Cases.
 
62
 
 
63
 
 
64
 
 
65
   - 
 
66
 
 
67
 
 
68
 
 
69
   - The Initial Developer of the Original Code is Netscape Communications
 
70
 
 
71
 
 
72
 
 
73
   - Corp.  Portions created by Netscape Communications Corp. are 
 
74
 
 
75
 
 
76
 
 
77
   - Copyright (C) 1999 Netscape Communications Corp.  All
 
78
 
 
79
 
 
80
 
 
81
   - Rights Reserved.
 
82
 
 
83
 
 
84
 
 
85
   - 
 
86
 
 
87
 
 
88
 
 
89
   - Contributor(s):Christine Dreckman   Date: 4/20/99 
 
90
 
 
91
 
 
92
 
 
93
  -->
 
94
 
 
95
</head>
 
96
 
 
97
<body>
 
98
 
 
99
<table border="1" width="600">
 
100
 
 
101
<colgroup>
 
102
 
 
103
<col align="left" />
 
104
 
 
105
<col align="left" /></colgroup>
 
106
 
 
107
 
 
108
 
 
109
<tr>
 
110
 
 
111
<td>Cell text should be left aligned</td>
 
112
 
 
113
<td>Cell text should be left aligned</td>
 
114
 
 
115
</tr>
 
116
 
 
117
</table>
 
118
 
 
119
</body>
 
120
 
 
121
</html>
 
122
 
 
123
 
 
124