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