gecko-dev/layout/html/tests/table/marvin/thead_valign_bottom.html

75 строки
1.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<!-- testcase: thead_valign_bottom.html -->
<!-- description: THEAD element, VALIGN attribute, BOTTOM value -->
<!-- Author: Christine Dreckman Date: 1/29/99 -->
<!-- Modified: Christine Dreckman Date: 3/18/99 -->
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
Copyright © 1999 Netscape Communications Corporation. All Rights Reserved. Use of this Test Script is
subject to the terms of the applicable license agreement from Netscape Communications Corporation. -->
<!-- Purpose: To test the THEAD element with the VALIGN attribute, assigning a value of 'bottom' -->
<!-- Expected result: The text in the THEAD section should be vertically bottom aligned -->
<title>thead_align_bottom</title>
</head>
<body>
THEAD VALIGN&#61;BOTTOM
<table border>
<thead valign=bottom>
<tr>
<td><img SRC="../images/raptor.jpg" alt=image height=185 width=300></td>
<td>This text is within the THEAD element and should be vertically aligned to the bottom</td>
</tr>
</thead>
<tfoot>
<tr>
<td>TFOOT</td>
<td>TFOOT</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>TBODY</td>
<td>TBODY</td>
</tr>
<tbody>
</table>
</body>
</html>