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

83 строки
1.2 KiB
HTML
Исходник Обычный вид История

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<!-- testcase: tbody_valign_top.html -->
<!-- description: TBODY element, VALIGN attribute, TOP 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 <20> 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 'top' -->
<!-- Expected result: The text in the TBODY section should be vertically top aligned -->
<title>tbody_align_top</title>
</head>
<body>
TBODY VALIGN&#61;TOP
<table border>
<thead>
<tr>
<td>THEAD</td>
<td>THEAD</td>
</tr>
</thead>
<tfoot>
<tr>
<td>TFOOT</td>
<td>TFOOT</td>
</tr>
</tfoot>
<tbody valign=top>
<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 top</td>
</tr>
<tbody>
</table>
</body>
1999-04-05 23:56:05 +04:00
</html>