Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / marvin / tfoot_valign_baseline.html
blobb66ee9c66772a6f06eebb30a3c2774e25af7679c
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
3 <html>
5 <head>
7 <!-- testcase: tfoot_valign_baseline.html -->
9 <!-- description: TFOOT element, VALIGN attribute, BASELINE value -->
11 <!-- Author: Christine Dreckman Date: 1/29/99 -->
13 <!-- Modified: Christine Dreckman Date: 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
27 - License.
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) 1999
34 - the Initial Developer. All Rights Reserved.
36 - Contributor(s):
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 TFOOT element with the VALIGN attribute, assigning a value of 'baseline' -->
54 <!-- Expected result: The text in the TFOOT section should be vertically baseline aligned -->
56 <title>tfoot_align_baseline</title>
58 </head>
60 <body>
62 TFOOT VALIGN&#61;BASELINE
64 <table border>
68 <thead>
70 <tr>
72 <td>THEAD</td>
74 <td>THEAD</td>
76 </tr>
78 </thead>
82 <tfoot valign=baseline>
84 <tr>
86 <td><img SRC="../images/raptor.jpg" alt=image height=185 width=300></td>
88 <td>This text is within the TFOOT element and should be vertically aligned to the baseline</td>
90 </tr>
92 </tfoot>
96 <tbody>
98 <tr>
100 <td>TBODY</td>
102 <td>TBODY</td>
104 </tr>
108 <tbody>
110 </table>
112 </body>
114 </html>