Mozilla/mozilla/layout/html/tests/table/marvin/td_valign_bottom.html
karnaze%netscape.com beb5583b23 fixed images referenced in regression tests
git-svn-id: svn://10.0.0.236/trunk@35205 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-14 22:05:29 +00:00

71 lines
1.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<!-- testcase: td_valign_bottom.html -->
<!-- description: TD element, VALIGN attribute, BOTTOM value -->
<!-- Author: Chris Petersen Date: 8/7/98 -->
<!-- Modified: Christine Dreckman: 3/18/99 -->
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
Copyright © 1998 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 TD element with the VALIGN attribute, assigning a value of 'bottom'-->
<!-- Expected result: There is one row and 3 columns. The cell in the first column contains an image. The text in the second and third column cells should be vertically aligned to the bottom -->
<title>td_align_bottom</title>
</head>
<body>
TD VALIGN&#61;BOTTOM
<table border=1>
<tr>
<td><img SRC="../images/raptor.jpg" alt=image height=185 width=300></td>
<td valign=bottom>This text should be vertically aligned to the bottom</td>
<td valign=bottom>This text should be vertically aligned to the bottom</td>
</tr>
</table>
</body>
</html>