Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / marvin / x_col_align_right.xml
blobee0356991e87dc50d6069151708a3f4db6041564
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>col_align_right.xml</title>
17 <!-- Modified: Changed doctype to xhtml 1.0 transitional Author: Chris Petersen Date: 1/17/01 -->
19 <!-- 
23    - ***** BEGIN LICENSE BLOCK *****
24    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
25    -
26    - The contents of this file are subject to the Mozilla Public License Version
27    - 1.1 (the "License"); you may not use this file except in compliance with
28    - the License. You may obtain a copy of the License at
29    - http://www.mozilla.org/MPL/
30    -
31    - Software distributed under the License is distributed on an "AS IS" basis,
32    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
33    - for the specific language governing rights and limitations under the
34    - License.
35    -
36    - The Original Code is Mozilla Communicator Test Cases.
37    -
38    - The Initial Developer of the Original Code is
39    - Netscape Communications.
40    - Portions created by the Initial Developer are Copyright (C) 2001
41    - the Initial Developer. All Rights Reserved.
42    -
43    - Contributor(s):
44    -   Christine Dreckman   Date: 4/20/99
45    -
46    - Alternatively, the contents of this file may be used under the terms of
47    - either of the GNU General Public License Version 2 or later (the "GPL"),
48    - or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
49    - in which case the provisions of the GPL or the LGPL are applicable instead
50    - of those above. If you wish to allow use of your version of this file only
51    - under the terms of either the GPL or the LGPL, and not to allow others to
52    - use your version of this file under the terms of the MPL, indicate your
53    - decision by deleting the provisions above and replace them with the notice
54    - and other provisions required by the GPL or the LGPL. If you do not delete
55    - the provisions above, a recipient may use your version of this file under
56    - the terms of any one of the MPL, the GPL or the LGPL.
57    -
58    - ***** END LICENSE BLOCK ***** -->
60 </head>
62 <body>
64 <table border="1" width="600">
66 <colgroup>
68 <col align="right" />
70 <col align="right" /></colgroup>
74 <tr>
76 <td>Cell text should be right aligned</td>
78 <td>Cell text should be right aligned</td>
80 </tr>
82 </table>
84 </body>
86 </html>