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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/marvin/x_thead_style.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>thead_style.xml</title>
 
14
 
 
15
<!-- Modified: Changed doctype to xhtml 1.0 transitional Author: Chris Petersen Date: 1/31/01 -->
 
16
 
 
17
<!-- 
 
18
 
 
19
   - The contents of this file are subject to the Mozilla Public
 
20
 
 
21
   - License Version 1.1 (the "License"); you may not use this file
 
22
 
 
23
   - except in compliance with the License. You may obtain a copy of
 
24
 
 
25
   - the License at http://www.mozilla.org/MPL/
 
26
 
 
27
   - 
 
28
 
 
29
   - Software distributed under the License is distributed on an "AS
 
30
 
 
31
   - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
32
 
 
33
   - implied. See the License for the specific language governing
 
34
 
 
35
   - rights and limitations under the License.
 
36
 
 
37
   - 
 
38
 
 
39
   - The Original Code is Mozilla Communicator Test Cases.
 
40
 
 
41
   - 
 
42
 
 
43
   - The Initial Developer of the Original Code is Netscape Communications
 
44
 
 
45
   - Corp.  Portions created by Netscape Communications Corp. are 
 
46
 
 
47
   - Copyright (C) 1999 Netscape Communications Corp.  All
 
48
 
 
49
   - Rights Reserved.
 
50
 
 
51
   - 
 
52
 
 
53
   - Contributor(s):Christine Dreckman  Date: 8/23/2000
 
54
 
 
55
 
 
56
 
 
57
  -->
 
58
 
 
59
</head>
 
60
 
 
61
<body>
 
62
 
 
63
<table border="1">
 
64
 
 
65
<thead style="background-color: lime">
 
66
 
 
67
<tr>
 
68
 
 
69
<td>This thead should have a lime background</td>
 
70
 
 
71
<td>This thead should have a lime background</td>
 
72
 
 
73
</tr>
 
74
 
 
75
</thead>
 
76
 
 
77
 
 
78
 
 
79
<tfoot>
 
80
 
 
81
<tr>
 
82
 
 
83
<td>This tfoot should NOT have a lime background</td>
 
84
 
 
85
<td>This tfoot should NOT have a lime background</td>
 
86
 
 
87
</tr>
 
88
 
 
89
</tfoot>
 
90
 
 
91
 
 
92
 
 
93
<tbody>
 
94
 
 
95
<tr>
 
96
 
 
97
<td>This tbody should NOT have a lime background</td>
 
98
 
 
99
<td>This tbody should NOT have a lime background</td>
 
100
 
 
101
</tr>
 
102
 
 
103
</tbody>
 
104
 
 
105
</table>
 
106
 
 
107
</body>
 
108
 
 
109
</html>
 
110
 
 
111
 
 
112