зеркало из 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: tfoot_valign_middle.html -->
|
|
|
|
<!-- description: TFOOT element, VALIGN attribute, MIDDLE 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 TFOOT element with the VALIGN attribute, assigning a value of 'middle' -->
|
|
|
|
<!-- Expected result: The text in the TFOOT section should be vertically middle aligned -->
|
|
|
|
<title>tfoot_align_middle</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
TFOOT VALIGN=MIDDLE
|
|
|
|
<table border>
|
|
|
|
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<td>THEAD</td>
|
|
|
|
<td>THEAD</td>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
|
|
|
|
<tfoot valign=middle>
|
|
|
|
<tr>
|
|
|
|
<td><img SRC="../images/raptor.jpg" alt=image height=185 width=300></td>
|
|
|
|
<td>This text is within the TFOOT element and should be vertically aligned to the middle</td>
|
|
|
|
</tr>
|
|
|
|
</tfoot>
|
|
|
|
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>TBODY</td>
|
|
|
|
<td>TBODY</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tbody>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html> |