1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN">
7 <!-- testcase: td_valign_top.html -->
9 <!-- description: TD element, VALIGN attribute, TOP value -->
11 <!-- Author: Chris Petersen Date: 8/7/98 -->
13 <!-- Modified: Christine Dreckman: 3/18/99 -->
16 <!-- ***** BEGIN LICENSE BLOCK *****
17 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
19 - The contents of this file are subject to the Mozilla Public License Version
20 - 1.1 (the "License"); you may not use this file except in compliance with
21 - the License. You may obtain a copy of the License at
22 - http://www.mozilla.org/MPL/
24 - Software distributed under the License is distributed on an "AS IS" basis,
25 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
26 - for the specific language governing rights and limitations under the
29 - The Original Code is table layout tests.
31 - The Initial Developer of the Original Code is
32 - Netscape Communications Corp.
33 - Portions created by the Initial Developer are Copyright (C) 1998
34 - the Initial Developer. All Rights Reserved.
38 - Alternatively, the contents of this file may be used under the terms of
39 - either the GNU General Public License Version 2 or later (the "GPL"), or
40 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
41 - in which case the provisions of the GPL or the LGPL are applicable instead
42 - of those above. If you wish to allow use of your version of this file only
43 - under the terms of either the GPL or the LGPL, and not to allow others to
44 - use your version of this file under the terms of the MPL, indicate your
45 - decision by deleting the provisions above and replace them with the notice
46 - and other provisions required by the LGPL or the GPL. If you do not delete
47 - the provisions above, a recipient may use your version of this file under
48 - the terms of any one of the MPL, the GPL or the LGPL.
50 - ***** END LICENSE BLOCK ***** -->
52 <!-- Purpose: To test the TD element with the VALIGN attribute, assigning a value of 'top'-->
54 <!-- Expected result: There is one row and 3 columns. The cell in the first column contains an image. The text in the second and third column cells should be vertically aligned to the top -->
56 <title>td_align_top
</title>
68 <td><img SRC=
"../images/raptor.jpg" alt=image height=
185 width=
300></td>
70 <td valign=top
>This text should be vertically aligned to the top
</td>
72 <td valign=top
>This text should be vertically aligned to the top
</td>