Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / marvin / x_tbody_align_left.xml
blob6f11e22b8dbef83692c3d96fbce186d32c7b21ad
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml">
7 <head>
9 <meta name="generator"
11 content="HTML Tidy for Mac OS, see www.w3.org" />
13 <title>tbody_align_left.xml</title>
15 <!-- Modified: Changed doctype to xhtml 1.0 transitional Author: Chris Petersen Date: 1/31/01 -->
17 <!-- 
19    - ***** BEGIN LICENSE BLOCK *****
20    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
21    -
22    - The contents of this file are subject to the Mozilla Public License Version
23    - 1.1 (the "License"); you may not use this file except in compliance with
24    - the License. You may obtain a copy of the License at
25    - http://www.mozilla.org/MPL/
26    -
27    - Software distributed under the License is distributed on an "AS IS" basis,
28    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
29    - for the specific language governing rights and limitations under the
30    - License.
31    -
32    - The Original Code is Mozilla Communicator Test Cases.
33    -
34    - The Initial Developer of the Original Code is
35    - Netscape Communications.
36    - Portions created by the Initial Developer are Copyright (C) 2001
37    - the Initial Developer. All Rights Reserved.
38    -
39    - Contributor(s):
40    -   Christine Dreckman   Date: 1/13/99
41    -
42    - Alternatively, the contents of this file may be used under the terms of
43    - either of the GNU General Public License Version 2 or later (the "GPL"),
44    - or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
45    - in which case the provisions of the GPL or the LGPL are applicable instead
46    - of those above. If you wish to allow use of your version of this file only
47    - under the terms of either the GPL or the LGPL, and not to allow others to
48    - use your version of this file under the terms of the MPL, indicate your
49    - decision by deleting the provisions above and replace them with the notice
50    - and other provisions required by the GPL or the LGPL. If you do not delete
51    - the provisions above, a recipient may use your version of this file under
52    - the terms of any one of the MPL, the GPL or the LGPL.
53    -
54    - ***** END LICENSE BLOCK ***** -->
56 </head>
58 <body>
60 <p>In this test, the TBODY text should be left aligned.</p>
64 <table border="1">
66 <thead>
68 <tr>
70 <td>This text is in the THEAD</td>
72 </tr>
74 </thead>
78 <tfoot>
80 <tr>
82 <td>This text is in the TFOOT</td>
84 </tr>
86 </tfoot>
90 <tbody align="left">
92 <tr>
94 <td>TBODY</td>
96 </tr>
98 </tbody>
100 </table>
102 </body>
104 </html>