зеркало из https://github.com/mozilla/pjs.git
83 строки
1.2 KiB
HTML
83 строки
1.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<!-- testcase: tbody_valign_bottom.html -->
|
|
|
|
<!-- description: TBODY 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 TBODY element with the VALIGN attribute, assigning a value of 'bottom' -->
|
|
|
|
<!-- Expected result: The text in the TBODY section should be vertically bottom aligned -->
|
|
|
|
<title>tbody_align_bottom</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
TBODY VALIGN=BOTTOM
|
|
|
|
<table border>
|
|
|
|
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<td>THEAD</td>
|
|
|
|
<td>THEAD</td>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<tfoot>
|
|
|
|
<tr>
|
|
|
|
<td>TFOOT</td>
|
|
|
|
<td>TFOOT</td>
|
|
|
|
</tr>
|
|
|
|
</tfoot>
|
|
|
|
|
|
|
|
<tbody valign=bottom>
|
|
|
|
<tr>
|
|
|
|
<td><img SRC="../images/raptor.jpg" alt=image height=185 width=300></td>
|
|
|
|
<td>This text is within the TBODY element and should be vertically aligned to the bottom</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tbody>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html> |