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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/marvin/x_table_frame_hsides.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>table_frame_hsides</title>
 
14
 
 
15
<!-- 
 
16
 
 
17
   - The contents of this file are subject to the Mozilla Public
 
18
 
 
19
   - License Version 1.1 (the "License"); you may not use this file
 
20
 
 
21
   - except in compliance with the License. You may obtain a copy of
 
22
 
 
23
   - the License at http://www.mozilla.org/MPL/
 
24
 
 
25
   - 
 
26
 
 
27
   - Software distributed under the License is distributed on an "AS
 
28
 
 
29
   - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
30
 
 
31
   - implied. See the License for the specific language governing
 
32
 
 
33
   - rights and limitations under the License.
 
34
 
 
35
   - 
 
36
 
 
37
   - The Original Code is Mozilla Communicator Test Cases.
 
38
 
 
39
   - 
 
40
 
 
41
   - The Initial Developer of the Original Code is Netscape Communications
 
42
 
 
43
   - Corp.  Portions created by Netscape Communications Corp. are 
 
44
 
 
45
   - Copyright (C) 1999 Netscape Communications Corp.  All
 
46
 
 
47
   - Rights Reserved.
 
48
 
 
49
   - 
 
50
 
 
51
   - Contributor(s): Christine Dreckman  Date: 8/11/2000
 
52
 
 
53
  -->
 
54
 
 
55
<!-- Modified: Changed doctype to xhtml 1.0 transitional Author: Chris Petersen Date: 1/30/01 -->
 
56
 
 
57
</head>
 
58
 
 
59
<body>
 
60
 
 
61
<p>Only the top and bottom sides of the frame surrounding the table
 
62
 
 
63
below should be visible.</p>
 
64
 
 
65
 
 
66
 
 
67
<table frame="hsides">
 
68
 
 
69
<colgroup>
 
70
 
 
71
<col /></colgroup>
 
72
 
 
73
 
 
74
 
 
75
<colgroup>
 
76
 
 
77
<col /></colgroup>
 
78
 
 
79
 
 
80
 
 
81
<colgroup>
 
82
 
 
83
<col /></colgroup>
 
84
 
 
85
 
 
86
 
 
87
<thead>
 
88
 
 
89
<tr>
 
90
 
 
91
<th>THEAD</th>
 
92
 
 
93
<th>THEAD</th>
 
94
 
 
95
<th>THEAD</th>
 
96
 
 
97
</tr>
 
98
 
 
99
</thead>
 
100
 
 
101
 
 
102
 
 
103
<tfoot>
 
104
 
 
105
<tr>
 
106
 
 
107
<td>TFOOT</td>
 
108
 
 
109
<td>TFOOT</td>
 
110
 
 
111
<td>TFOOT</td>
 
112
 
 
113
</tr>
 
114
 
 
115
</tfoot>
 
116
 
 
117
 
 
118
 
 
119
<tbody>
 
120
 
 
121
<tr>
 
122
 
 
123
<td>TBODY</td>
 
124
 
 
125
<td>TBODY</td>
 
126
 
 
127
<td>TBODY</td>
 
128
 
 
129
</tr>
 
130
 
 
131
 
 
132
 
 
133
<tr>
 
134
 
 
135
<td>TBODY</td>
 
136
 
 
137
<td>TBODY</td>
 
138
 
 
139
<td>TBODY</td>
 
140
 
 
141
</tr>
 
142
 
 
143
</tbody>
 
144
 
 
145
</table>
 
146
 
 
147
</body>
 
148
 
 
149
</html>
 
150
 
 
151
 
 
152