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">
11 content="HTML Tidy for Mac OS, see www.w3.org" />
13 <!-- test case: th_colspan.html -->
15 <!-- description: TH element/Colspan attribute -->
17 <!-- Author: Christine Dreckman Date: 5/10/99 -->
19 <!-- Modified: Chris Petersen: 5/18/99 -->
21 <!-- Modified: Changed doctype to xhtml 1.0 transitional Author: Chris Petersen Date: 1/31/01 -->
25 - ***** BEGIN LICENSE BLOCK *****
26 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
28 - The contents of this file are subject to the Mozilla Public License Version
29 - 1.1 (the "License"); you may not use this file except in compliance with
30 - the License. You may obtain a copy of the License at
31 - http://www.mozilla.org/MPL/
33 - Software distributed under the License is distributed on an "AS IS" basis,
34 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
35 - for the specific language governing rights and limitations under the
38 - The Original Code is Mozilla Communicator Test Cases.
40 - The Initial Developer of the Original Code is
41 - Netscape Communications.
42 - Portions created by the Initial Developer are Copyright (C) 2001
43 - the Initial Developer. All Rights Reserved.
47 - Alternatively, the contents of this file may be used under the terms of
48 - either of the GNU General Public License Version 2 or later (the "GPL"),
49 - or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
50 - in which case the provisions of the GPL or the LGPL are applicable instead
51 - of those above. If you wish to allow use of your version of this file only
52 - under the terms of either the GPL or the LGPL, and not to allow others to
53 - use your version of this file under the terms of the MPL, indicate your
54 - decision by deleting the provisions above and replace them with the notice
55 - and other provisions required by the GPL or the LGPL. If you do not delete
56 - the provisions above, a recipient may use your version of this file under
57 - the terms of any one of the MPL, the GPL or the LGPL.
59 - ***** END LICENSE BLOCK ***** -->
61 <!-- Purpose: To test the TH element with the Colspan attribute -->
63 <!-- Expected result: The top row should span two columns -->
65 <title>XHTML Functional -- TH - COLSPAN</title>
75 <th colspan="2">This cell spans two columns</th>